]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableFactory.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / variable / VariableFactory.java
index a28509c925734bef3b3ea5b179c81f03a20ace32..190b183a8e077570b7c1df699c00b4ed79f4147c 100644 (file)
@@ -1,12 +1,12 @@
-package org.simantics.db.layer0.variable;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface VariableFactory {\r
-       \r
-       Collection<Variable> evaluate(ReadGraph graph, Variable variable) throws DatabaseException;\r
-\r
-}\r
+package org.simantics.db.layer0.variable;
+
+import java.util.Collection;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface VariableFactory {
+       
+       Collection<Variable> evaluate(ReadGraph graph, Variable variable) throws DatabaseException;
+
+}