]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/adapter/SpreadsheetVariableAdapter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.graph / src / org / simantics / spreadsheet / graph / adapter / SpreadsheetVariableAdapter.java
index 53db3cb8ecc0d0bddccd0103880a1d1ad614f27d..5e60d12fba92abf8c448f243c4747b056c9f6fa8 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 SpreadsheetVariableAdapter extends SimpleContextualAdapter<Variable, Variable> {\r
-\r
-       @Override\r
-       public Variable adapt(ReadGraph graph, Resource source, Variable context) throws DatabaseException {\r
-               return new SpreadsheetVariable(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 SpreadsheetVariableAdapter extends SimpleContextualAdapter<Variable, Variable> {
+
+       @Override
+       public Variable adapt(ReadGraph graph, Resource source, Variable context) throws DatabaseException {
+               return new SpreadsheetVariable(context, source);
+       }
+
+}