]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/ITemplate.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / templates / ITemplate.java
index 64882c36fee95c52ebc31fe5d0dda651061c93b5..d53b2829593bab5f14cfc756ae942541dee910b4 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.query.IGraph;
+import org.simantics.graph.store.GraphStore;
+import org.simantics.ltk.Problem;
+
+public interface ITemplate {
+       void apply(IGraph graph, GraphStore store, int[] parameters, ExternalFileLoader fileLoader, Collection<Problem> problems);
+}