]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/OutOfSpaceException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.procore / src / org / simantics / db / procore / cluster / OutOfSpaceException.java
index 18d067caf92c651542f6426059b5ad6b95da5249..ea23beeea31e227ae93c43460829cd5cf001d095 100644 (file)
@@ -1,21 +1,21 @@
-package org.simantics.db.procore.cluster;\r
-\r
-import org.simantics.db.exception.InternalException;\r
-\r
-public class OutOfSpaceException extends InternalException {\r
-\r
-       private static final long serialVersionUID = 8118388231221084642L;\r
-\r
-    public OutOfSpaceException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public OutOfSpaceException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public OutOfSpaceException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-\r
-}\r
+package org.simantics.db.procore.cluster;
+
+import org.simantics.db.exception.InternalException;
+
+public class OutOfSpaceException extends InternalException {
+
+       private static final long serialVersionUID = 8118388231221084642L;
+
+    public OutOfSpaceException(String message) {
+        super(message);
+    }
+
+    public OutOfSpaceException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public OutOfSpaceException(Throwable cause) {
+        super(cause);
+    }
+
+}