]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/scl/CompiledExpression.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / scl / CompiledExpression.java
index 3845f696c595c5a560ee29ee2e3b117f4bfd5582..b6078d2eb0e31761b3762392e4fc6b8ab58bd88f 100644 (file)
@@ -1,9 +1,9 @@
-package org.simantics.structural2.scl;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface CompiledExpression {\r
-       Object evaluate(ReadGraph graph, StructuralComponent<?> context)\r
-                       throws DatabaseException;\r
-}\r
+package org.simantics.structural2.scl;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface CompiledExpression {
+       Object evaluate(ReadGraph graph, StructuralComponent<?> context)
+                       throws DatabaseException;
+}