]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.backup/src/org/simantics/backup/BackupException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.backup / src / org / simantics / backup / BackupException.java
index 8f452f73a94489c7462a1a26c76957adaf6b33cd..ca34341e822886f4a15db68cd97b924a7ab6ee9d 100644 (file)
@@ -1,24 +1,24 @@
-package org.simantics.backup;\r
-\r
-public class BackupException extends Exception {\r
-\r
-    private static final long serialVersionUID = -8745891620873007043L;\r
-\r
-    public BackupException(String message, Throwable cause,\r
-            boolean enableSuppression, boolean writableStackTrace) {\r
-        super(message, cause, enableSuppression, writableStackTrace);\r
-    }\r
-\r
-    public BackupException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public BackupException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public BackupException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-\r
-}\r
+package org.simantics.backup;
+
+public class BackupException extends Exception {
+
+    private static final long serialVersionUID = -8745891620873007043L;
+
+    public BackupException(String message, Throwable cause,
+            boolean enableSuppression, boolean writableStackTrace) {
+        super(message, cause, enableSuppression, writableStackTrace);
+    }
+
+    public BackupException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public BackupException(String message) {
+        super(message);
+    }
+
+    public BackupException(Throwable cause) {
+        super(cause);
+    }
+
+}