]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / top / NotFoundException.java
old mode 100755 (executable)
new mode 100644 (file)
index 2939636..22b9b96
@@ -1,11 +1,11 @@
-package org.simantics.scl.compiler.top;\r
-\r
-public class NotFoundException extends RuntimeException {\r
-\r
-    private static final long serialVersionUID = -2102244284639476787L;\r
-\r
-    public NotFoundException(String message) {\r
-        super(message);\r
-    }    \r
-    \r
-}\r
+package org.simantics.scl.compiler.top;
+
+public class NotFoundException extends RuntimeException {
+
+    private static final long serialVersionUID = -2102244284639476787L;
+
+    public NotFoundException(String message) {
+        super(message);
+    }    
+    
+}