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