]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/StandardGraphPropertyFactory.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / variable / StandardGraphPropertyFactory.java
index 06700c14959084c1cc3a2126b7a9a64c2422e771..64bed7890aba5a5cbe39ff2b06a0172a3effa876 100644 (file)
@@ -1,16 +1,16 @@
-package org.simantics.db.layer0.variable;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public class StandardGraphPropertyFactory implements GraphPropertyFactory {\r
-\r
-       public static final StandardGraphPropertyFactory INSTANCE = new StandardGraphPropertyFactory();\r
-       \r
-       @Override\r
-       public Variable create(ReadGraph graph, Variable parent, Resource property) throws DatabaseException {\r
-               return new StandardGraphPropertyVariable(graph, parent, property);\r
-       }\r
-\r
-}\r
+package org.simantics.db.layer0.variable;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.exception.DatabaseException;
+
+public class StandardGraphPropertyFactory implements GraphPropertyFactory {
+
+       public static final StandardGraphPropertyFactory INSTANCE = new StandardGraphPropertyFactory();
+       
+       @Override
+       public Variable create(ReadGraph graph, Variable parent, Resource property) throws DatabaseException {
+               return new StandardGraphPropertyVariable(graph, parent, property);
+       }
+
+}