]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/adapter/TextCellVariableAdapter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.graph / src / org / simantics / spreadsheet / graph / adapter / TextCellVariableAdapter.java
index f7ac01b014c601ae697341bf4eb453ad6eb0ee16..139d93056bbaf8815d6b65398f5c66331d02c330 100644 (file)
@@ -1,17 +1,17 @@
-package org.simantics.spreadsheet.graph.adapter;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.common.adaption.SimpleContextualAdapter;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.layer0.variable.Variable;\r
-\r
-\r
-public class TextCellVariableAdapter extends SimpleContextualAdapter<Variable, Variable> {\r
-\r
-       @Override\r
-       public Variable adapt(ReadGraph graph, Resource source, Variable context) throws DatabaseException {\r
-               return new TextCellVariable(context, source);\r
-       }\r
-\r
-}\r
+package org.simantics.spreadsheet.graph.adapter;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.common.adaption.SimpleContextualAdapter;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.layer0.variable.Variable;
+
+
+public class TextCellVariableAdapter extends SimpleContextualAdapter<Variable, Variable> {
+
+       @Override
+       public Variable adapt(ReadGraph graph, Resource source, Variable context) throws DatabaseException {
+               return new TextCellVariable(context, source);
+       }
+
+}