]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableMap.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / variable / VariableMap.java
index 96e04d4c9f71dae2aaa262d8790b373d8e8d006b..5306d41bf3b1eef9c1f55134c1d79352acd07c2d 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.db.layer0.variable;\r
-\r
-import java.util.Map;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface VariableMap {\r
-    Variable getVariable(ReadGraph graph, Variable context, String name) throws DatabaseException;\r
-    // Must not modify collection in any way not possible with put-method.\r
-    Map<String, Variable> getVariables(ReadGraph graph, Variable context, Map<String, Variable> map) throws DatabaseException;\r
-    Map<String, Variable> getVariables(ReadGraph graph, Variable context, String classification, Map<String, Variable> map) throws DatabaseException;\r
-}\r
+package org.simantics.db.layer0.variable;
+
+import java.util.Map;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface VariableMap {
+    Variable getVariable(ReadGraph graph, Variable context, String name) throws DatabaseException;
+    // Must not modify collection in any way not possible with put-method.
+    Map<String, Variable> getVariables(ReadGraph graph, Variable context, Map<String, Variable> map) throws DatabaseException;
+    Map<String, Variable> getVariables(ReadGraph graph, Variable context, String classification, Map<String, Variable> map) throws DatabaseException;
+}