]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/parsing/declarations/FundepAst.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / parsing / declarations / FundepAst.java
index 697c68e8d899cfe8061a652c4ddd39fd816d2eb6..1086af4a5ae036c71a84be7e24d434faf6325c7f 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.scl.compiler.internal.parsing.declarations;\r
-\r
-import org.simantics.scl.compiler.internal.parsing.Symbol;\r
-\r
-public class FundepAst extends Symbol {\r
-    public static final FundepAst[] EMPTY_ARRAY = new FundepAst[0];\r
-    public final String[] from;\r
-    public final String to;\r
-    \r
-    public FundepAst(String[] from, String to) {\r
-        this.from = from;\r
-        this.to = to;\r
-    }\r
-}\r
+package org.simantics.scl.compiler.internal.parsing.declarations;
+
+import org.simantics.scl.compiler.internal.parsing.Symbol;
+
+public class FundepAst extends Symbol {
+    public static final FundepAst[] EMPTY_ARRAY = new FundepAst[0];
+    public final String[] from;
+    public final String to;
+    
+    public FundepAst(String[] from, String to) {
+        this.from = from;
+        this.to = to;
+    }
+}