]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/scl/CompiledExpressionVariable.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / scl / CompiledExpressionVariable.java
index 4e3c467fdcb3df9bbf117cb82ac3b9ece9153068..ea3618bae251466acbab27308febf6cbeaa80d20 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.structural2.scl;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.layer0.variable.Variable;\r
-\r
-public interface CompiledExpressionVariable {\r
-       Object evaluate(ReadGraph graph, Variable context)\r
-                       throws DatabaseException;\r
-}\r
+package org.simantics.structural2.scl;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.layer0.variable.Variable;
+
+public interface CompiledExpressionVariable {
+       Object evaluate(ReadGraph graph, Variable context)
+                       throws DatabaseException;
+}