]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/ValueNotFound.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / top / ValueNotFound.java
old mode 100755 (executable)
new mode 100644 (file)
index 84b79eb..48fdbe5
@@ -1,13 +1,13 @@
-package org.simantics.scl.compiler.top;\r
-\r
-public class ValueNotFound extends Exception {\r
-\r
-    private static final long serialVersionUID = 3310334133049620208L;\r
-    \r
-    public final String name;\r
-\r
-    public ValueNotFound(String name) {\r
-        this.name = name;\r
-    }\r
-    \r
-}\r
+package org.simantics.scl.compiler.top;
+
+public class ValueNotFound extends Exception {
+
+    private static final long serialVersionUID = 3310334133049620208L;
+    
+    public final String name;
+
+    public ValueNotFound(String name) {
+        this.name = name;
+    }
+    
+}