]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/utils/ValRefVisitor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / codegen / utils / ValRefVisitor.java
index 17e0c9f38e9346232598ffdca22ec61cd545fd7e..5a90b54638636f03f04c524ad017784d20092c52 100644 (file)
@@ -1,8 +1,8 @@
-package org.simantics.scl.compiler.internal.codegen.utils;\r
-\r
-import org.simantics.scl.compiler.internal.codegen.references.ValRef;\r
-\r
-@FunctionalInterface\r
-public interface ValRefVisitor {\r
-    public void visit(ValRef valRef);\r
-}\r
+package org.simantics.scl.compiler.internal.codegen.utils;
+
+import org.simantics.scl.compiler.internal.codegen.references.ValRef;
+
+@FunctionalInterface
+public interface ValRefVisitor {
+    public void visit(ValRef valRef);
+}