]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/ProcedureType.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / types / util / ProcedureType.java
index abaaddc170cd5b61b9a70856454a8b0bf54bc76b..8f805b43a15ab4fb13ab4538376992893f29914f 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.scl.compiler.types.util;\r
-\r
-import org.simantics.scl.compiler.types.Type;\r
-\r
-public class ProcedureType {\r
-    public final Type type;\r
-    public final Type effect;\r
-    \r
-    public ProcedureType(Type type, Type effect) {\r
-        this.type = type;\r
-        this.effect = effect;\r
-    }\r
-}\r
+package org.simantics.scl.compiler.types.util;
+
+import org.simantics.scl.compiler.types.Type;
+
+public class ProcedureType {
+    public final Type type;
+    public final Type effect;
+    
+    public ProcedureType(Type type, Type effect) {
+        this.type = type;
+        this.effect = effect;
+    }
+}