]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/NewTemplate.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / templates / NewTemplate.java
index 82c3d56426abc82612d82d9385c498102a22a401..7894284745f354952419256919f7f59ca85df7cb 100644 (file)
@@ -1,19 +1,19 @@
-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 enum NewTemplate implements ITemplate {\r
-       INSTANCE;\r
-       \r
-       @Override\r
-       public void apply(IGraph graph, GraphStore store,\r
-                       int[] parameters, ExternalFileLoader fileLoader, Collection<Problem> problems) {\r
-               store.identities.markNew(parameters[0]);\r
-       }\r
-\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 enum NewTemplate implements ITemplate {
+       INSTANCE;
+       
+       @Override
+       public void apply(IGraph graph, GraphStore store,
+                       int[] parameters, ExternalFileLoader fileLoader, Collection<Problem> problems) {
+               store.identities.markNew(parameters[0]);
+       }
+
+}