]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/queries/ConnectionJoinComponents.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / queries / ConnectionJoinComponents.java
index a68ceef63faa65cf702184dd07cdd0bf81d67cb7..d2a5f0564f3c9ef3a0b1a9b8cd5036a8b0593a3a 100644 (file)
@@ -1,23 +1,23 @@
-package org.simantics.structural2.queries;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.common.request.ResourceRead;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public class ConnectionJoinComponents extends ResourceRead<Collection<Resource>> {\r
-\r
-       public ConnectionJoinComponents(Resource connectionJoin) {\r
-               super(connectionJoin);\r
-       }\r
-       \r
-       @Override\r
-       public Collection<Resource> perform(ReadGraph graph) throws DatabaseException {\r
-       ConnectionSet cs = new ConnectionSet(graph);\r
-       cs.addJoin(graph, resource);\r
-       return cs.getConnections();\r
-       }\r
-       \r
+package org.simantics.structural2.queries;
+
+import java.util.Collection;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.common.request.ResourceRead;
+import org.simantics.db.exception.DatabaseException;
+
+public class ConnectionJoinComponents extends ResourceRead<Collection<Resource>> {
+
+       public ConnectionJoinComponents(Resource connectionJoin) {
+               super(connectionJoin);
+       }
+       
+       @Override
+       public Collection<Resource> perform(ReadGraph graph) throws DatabaseException {
+       ConnectionSet cs = new ConnectionSet(graph);
+       cs.addJoin(graph, resource);
+       return cs.getConnections();
+       }
+       
 }
\ No newline at end of file