]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeNotFoundException.java
Revert "Prime SCL BindingRegistry to shave ~0.5s from startup"
[simantics/platform.git] / bundles / org.simantics.scl.reflection / src / org / simantics / scl / reflection / TypeNotFoundException.java
old mode 100755 (executable)
new mode 100644 (file)
index 62552d2..1d8cbba
@@ -1,27 +1,27 @@
-package org.simantics.scl.reflection;\r
-\r
-/**\r
- * Thrown when a SCL type could not be converted to a Java class.\r
- * @author Hannu Niemistö\r
- */\r
-public class TypeNotFoundException extends Exception {\r
-\r
-    private static final long serialVersionUID = 6507735480719948758L;\r
-\r
-    public TypeNotFoundException() {\r
-        super();\r
-    }\r
-\r
-    public TypeNotFoundException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public TypeNotFoundException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public TypeNotFoundException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-    \r
-}\r
+package org.simantics.scl.reflection;
+
+/**
+ * Thrown when a SCL type could not be converted to a Java class.
+ * @author Hannu Niemistö
+ */
+public class TypeNotFoundException extends Exception {
+
+    private static final long serialVersionUID = 6507735480719948758L;
+
+    public TypeNotFoundException() {
+        super();
+    }
+
+    public TypeNotFoundException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public TypeNotFoundException(String message) {
+        super(message);
+    }
+
+    public TypeNotFoundException(Throwable cause) {
+        super(cause);
+    }
+    
+}