]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/scl/ComponentTypeProperty.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / scl / ComponentTypeProperty.java
index a582450290394789b49c214942cc5a76edcece37..45137d081e18c5846927b2fd618636107a1c647b 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.structural2.scl;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.scl.compiler.types.Type;\r
-\r
-public class ComponentTypeProperty {\r
-       public final Resource relation;\r
-       public final Type type;\r
-       \r
-       public ComponentTypeProperty(Resource relation, Type type) {\r
-               this.relation = relation;\r
-               this.type = type;\r
-       }       \r
-}\r
+package org.simantics.structural2.scl;
+
+import org.simantics.db.Resource;
+import org.simantics.scl.compiler.types.Type;
+
+public class ComponentTypeProperty {
+       public final Resource relation;
+       public final Type type;
+       
+       public ComponentTypeProperty(Resource relation, Type type) {
+               this.relation = relation;
+               this.type = type;
+       }       
+}