]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph/src/org/simantics/graph/query/Graphs.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / query / Graphs.java
index 6d8c2629345309ca811913189d2662d30f8b8d97..852d742399425e8bf04b7bc18fd87864a225a42a 100644 (file)
@@ -1,18 +1,18 @@
-package org.simantics.graph.query;\r
-\r
-import java.util.Arrays;\r
-import java.util.Collection;\r
-\r
-import org.simantics.graph.representation.TransferableGraph1;\r
-\r
-public class Graphs {\r
-\r
-       public static IGraph createGraph(Paths paths, Collection<TransferableGraph1> tgs) {\r
-               return TransferableGraphConversion.convert(paths, tgs);\r
-       }\r
-       \r
-       public static IGraph createGraph(Paths paths, TransferableGraph1 ... tgs) {\r
-               return createGraph(paths, Arrays.asList(tgs));\r
-       }\r
-       \r
-}\r
+package org.simantics.graph.query;
+
+import java.util.Arrays;
+import java.util.Collection;
+
+import org.simantics.graph.representation.TransferableGraph1;
+
+public class Graphs {
+
+       public static IGraph createGraph(Paths paths, Collection<TransferableGraph1> tgs) {
+               return TransferableGraphConversion.convert(paths, tgs);
+       }
+       
+       public static IGraph createGraph(Paths paths, TransferableGraph1 ... tgs) {
+               return createGraph(paths, Arrays.asList(tgs));
+       }
+       
+}