]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypePropertiesResult.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / componentTypeEditor / ComponentTypePropertiesResult.java
index bef19e35d847d6735da5b995d8a36425a84bacef..e4c670cf5a1f82477657e4eca2e10e1d2090be04 100644 (file)
@@ -1,23 +1,23 @@
-package org.simantics.modeling.ui.componentTypeEditor;\r
-\r
-import java.util.List;\r
-\r
-import org.simantics.db.common.NamedResource;\r
-import org.simantics.scl.runtime.tuple.Tuple3;\r
-\r
-public class ComponentTypePropertiesResult extends Tuple3 {\r
-    public ComponentTypePropertiesResult(List<ComponentTypeViewerPropertyInfo> properties, List<NamedResource> connectionPoints, boolean immutable) {\r
-        super(properties, connectionPoints, immutable);\r
-    }\r
-    @SuppressWarnings("unchecked")\r
-    public List<ComponentTypeViewerPropertyInfo> getProperties() {\r
-        return (List<ComponentTypeViewerPropertyInfo>) c0;\r
-    }\r
-    @SuppressWarnings("unchecked")\r
-    public List<NamedResource> getConnectionPoints() {\r
-        return (List<NamedResource>) c1;\r
-    }\r
-    public boolean isImmutable() {\r
-        return (Boolean) c2;\r
-    }\r
+package org.simantics.modeling.ui.componentTypeEditor;
+
+import java.util.List;
+
+import org.simantics.db.common.NamedResource;
+import org.simantics.scl.runtime.tuple.Tuple3;
+
+public class ComponentTypePropertiesResult extends Tuple3 {
+    public ComponentTypePropertiesResult(List<ComponentTypeViewerPropertyInfo> properties, List<NamedResource> connectionPoints, boolean immutable) {
+        super(properties, connectionPoints, immutable);
+    }
+    @SuppressWarnings("unchecked")
+    public List<ComponentTypeViewerPropertyInfo> getProperties() {
+        return (List<ComponentTypeViewerPropertyInfo>) c0;
+    }
+    @SuppressWarnings("unchecked")
+    public List<NamedResource> getConnectionPoints() {
+        return (List<NamedResource>) c1;
+    }
+    public boolean isImmutable() {
+        return (Boolean) c2;
+    }
 }
\ No newline at end of file