]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/ValueNotFoundException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.reflection / src / org / simantics / scl / reflection / ValueNotFoundException.java
old mode 100755 (executable)
new mode 100644 (file)
index ed2cbda..5d9b97e
@@ -1,27 +1,27 @@
-package org.simantics.scl.reflection;\r
-\r
-/**\r
- * Thrown when there was no suitable SCL value for given URI.\r
- * @author Hannu Niemistö\r
- */\r
-public class ValueNotFoundException extends Exception {\r
-\r
-    private static final long serialVersionUID = 6632560554523580437L;\r
-\r
-    public ValueNotFoundException() {\r
-        super();\r
-    }\r
-\r
-    public ValueNotFoundException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public ValueNotFoundException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public ValueNotFoundException(Throwable cause) {\r
-        super(cause);\r
-    }    \r
-    \r
-}\r
+package org.simantics.scl.reflection;
+
+/**
+ * Thrown when there was no suitable SCL value for given URI.
+ * @author Hannu Niemistö
+ */
+public class ValueNotFoundException extends Exception {
+
+    private static final long serialVersionUID = 6632560554523580437L;
+
+    public ValueNotFoundException() {
+        super();
+    }
+
+    public ValueNotFoundException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public ValueNotFoundException(String message) {
+        super(message);
+    }
+
+    public ValueNotFoundException(Throwable cause) {
+        super(cause);
+    }    
+    
+}