]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/procedural/Component.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / procedural / Component.java
index 3bf20fe7cf70badb1522acdf39faad41ca71397f..a3e7bf49c2a95dc24fe8454fe508d2407785a6e3 100644 (file)
@@ -1,17 +1,17 @@
-package org.simantics.structural2.procedural;\r
-\r
-import java.util.List;\r
-\r
-import org.simantics.db.Resource;\r
-\r
-public class Component implements SubstructureElement {\r
-    public final String name;\r
-    public final Resource type;\r
-    public final List<Property> properties;\r
-    \r
-    public Component(String name, Resource type, List<Property> properties) {\r
-        this.name = name;\r
-        this.type = type;\r
-        this.properties = properties;\r
-    }\r
-}\r
+package org.simantics.structural2.procedural;
+
+import java.util.List;
+
+import org.simantics.db.Resource;
+
+public class Component implements SubstructureElement {
+    public final String name;
+    public final Resource type;
+    public final List<Property> properties;
+    
+    public Component(String name, Resource type, List<Property> properties) {
+        this.name = name;
+        this.type = type;
+        this.properties = properties;
+    }
+}