]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/ITemplate.java
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / templates / ITemplate.java
index 64882c36fee95c52ebc31fe5d0dda651061c93b5..a69b23de3f8a5080670b5cc7a647bd7d02bf1cf5 100644 (file)
@@ -1,12 +1,12 @@
-package org.simantics.graph.compiler.internal.templates;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.graph.compiler.ExternalFileLoader;\r
-import org.simantics.graph.query.IGraph;\r
-import org.simantics.graph.store.GraphStore;\r
-import org.simantics.ltk.Problem;\r
-\r
-public interface ITemplate {\r
-       void apply(IGraph graph, GraphStore store, int[] parameters, ExternalFileLoader fileLoader, Collection<Problem> problems);\r
-}\r
+package org.simantics.graph.compiler.internal.templates;
+
+import java.util.Collection;
+
+import org.simantics.graph.compiler.ExternalFileLoader;
+import org.simantics.graph.compiler.internal.ltk.Problem;
+import org.simantics.graph.query.IGraph;
+import org.simantics.graph.store.GraphStore;
+
+public interface ITemplate {
+       void apply(IGraph graph, GraphStore store, int[] parameters, ExternalFileLoader fileLoader, Collection<Problem> problems);
+}