]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImporter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph.db / src / org / simantics / graph / db / TransferableGraphImporter.java
index f6024fab71e65ab57444e926b91131ceedf35b64..039af067b5e2f0bb94a597568c549d02f8e5e1cb 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.graph.db;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.WriteOnlyGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.service.SerialisationSupport;\r
-\r
-public interface TransferableGraphImporter {\r
-       \r
-       public Resource createChild(WriteOnlyGraph graph, Resource parent, Resource child, String name) throws DatabaseException;\r
-       public long[] getResourceIds(SerialisationSupport serializer) throws DatabaseException;\r
-\r
-}\r
+package org.simantics.graph.db;
+
+import org.simantics.db.Resource;
+import org.simantics.db.WriteOnlyGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.service.SerialisationSupport;
+
+public interface TransferableGraphImporter {
+       
+       public Resource createChild(WriteOnlyGraph graph, Resource parent, Resource child, String name) throws DatabaseException;
+       public long[] getResourceIds(SerialisationSupport serializer) throws DatabaseException;
+
+}