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