]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/procedural/Interface.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / procedural / Interface.java
index bdf8bf28229dcc1220439792b9f56efea7bf3ae6..5ffb9c141bc7ed0b7c8837d4fa838732279ec992 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.structural2.procedural;\r
-\r
-import org.simantics.db.Resource;\r
-\r
-public class Interface implements ConnectionPoint {\r
-    public final Resource relation;\r
-\r
-    public Interface(Resource relation) {\r
-        this.relation = relation;\r
-    }\r
-}\r
+package org.simantics.structural2.procedural;
+
+import org.simantics.db.Resource;
+
+public class Interface implements ConnectionPoint {
+    public final Resource relation;
+
+    public Interface(Resource relation) {
+        this.relation = relation;
+    }
+}