]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/chr/plan/PrioritizedPlan.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / chr / plan / PrioritizedPlan.java
index 64d3b626708204ae063e18083a0d3c934d5f5611..f7a072e5d43cdc6dc42bf05827b08f359bff1e6c 100644 (file)
@@ -1,19 +1,19 @@
-package org.simantics.scl.compiler.elaboration.chr.plan;\r
-\r
-import java.util.List;\r
-\r
-import org.simantics.scl.compiler.elaboration.expressions.Variable;\r
-import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;\r
-\r
-public class PrioritizedPlan {\r
-    public int priority;\r
-    public Variable activeFact;\r
-    public List<PlanOp> ops;\r
-    public SSAFunction implementation;\r
-    \r
-    public PrioritizedPlan(int priority, Variable activeFact, List<PlanOp> ops) {\r
-        this.priority = priority;\r
-        this.activeFact = activeFact;\r
-        this.ops = ops;\r
-    }\r
-}\r
+package org.simantics.scl.compiler.elaboration.chr.plan;
+
+import java.util.List;
+
+import org.simantics.scl.compiler.elaboration.expressions.Variable;
+import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;
+
+public class PrioritizedPlan {
+    public int priority;
+    public Variable activeFact;
+    public List<PlanOp> ops;
+    public SSAFunction implementation;
+    
+    public PrioritizedPlan(int priority, Variable activeFact, List<PlanOp> ops) {
+        this.priority = priority;
+        this.activeFact = activeFact;
+        this.ops = ops;
+    }
+}