]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/RVIResolver.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / variable / RVIResolver.java
index 64f761fcaa3e7ebe28e83b1dd1c3ba516482c4a2..60da68dd70b60aad0a3cd11fbf96ec51c71df333 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.db.layer0.variable;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.layer0.variable.RVI.RVIPart;\r
-\r
-public interface RVIResolver {\r
-    RVI getRVI(ReadGraph graph, Variable variable) throws DatabaseException;\r
-    RVI getPossibleRVI(ReadGraph graph, Variable variable) throws DatabaseException;\r
-    Variable getVariable(ReadGraph graph, Variable context, RVIPart part) throws DatabaseException;\r
-}\r
+package org.simantics.db.layer0.variable;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.layer0.variable.RVI.RVIPart;
+
+public interface RVIResolver {
+    RVI getRVI(ReadGraph graph, Variable variable) throws DatabaseException;
+    RVI getPossibleRVI(ReadGraph graph, Variable variable) throws DatabaseException;
+    Variable getVariable(ReadGraph graph, Variable context, RVIPart part) throws DatabaseException;
+}