]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/exception/ExternalValueException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / exception / ExternalValueException.java
index ebc201b2b16254eebe24a7208157cecefa2d8f73..6188a97929625a9b64c26f7cffbc69e414295d5d 100644 (file)
@@ -1,20 +1,20 @@
-package org.simantics.db.exception;\r
-\r
-\r
-public class ExternalValueException extends InternalException {\r
-\r
-    private static final long serialVersionUID = 2585594723112190021L;\r
-\r
-    public ExternalValueException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public ExternalValueException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public ExternalValueException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-\r
-}\r
+package org.simantics.db.exception;
+
+
+public class ExternalValueException extends InternalException {
+
+    private static final long serialVersionUID = 2585594723112190021L;
+
+    public ExternalValueException(String message) {
+        super(message);
+    }
+
+    public ExternalValueException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public ExternalValueException(Throwable cause) {
+        super(cause);
+    }
+
+}