]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/VariableCellEditor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / src / org / simantics / spreadsheet / common / cell / VariableCellEditor.java
index 411bd06826f807d30b0b2b3182f3f5d27ce90fd5..d90aa040f40a35396e359c21b6585e3cbbadb637 100644 (file)
@@ -1,12 +1,12 @@
-package org.simantics.spreadsheet.common.cell;\r
-\r
-import org.simantics.db.WriteGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.layer0.variable.Variable;\r
-\r
-public interface VariableCellEditor {\r
-\r
-       void edit(WriteGraph graph, Variable cell, String text) throws DatabaseException;\r
-       void copy(WriteGraph graph, Variable cell, String location) throws DatabaseException;\r
-       \r
-}\r
+package org.simantics.spreadsheet.common.cell;
+
+import org.simantics.db.WriteGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.layer0.variable.Variable;
+
+public interface VariableCellEditor {
+
+       void edit(WriteGraph graph, Variable cell, String text) throws DatabaseException;
+       void copy(WriteGraph graph, Variable cell, String location) throws DatabaseException;
+       
+}