]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.team.ui/src/org/simantics/team/internal/StagingException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.team.ui / src / org / simantics / team / internal / StagingException.java
index 8f4b39c3cab8a263377013d7aab12629f6052501..f6361246db27c82c3cc2462aef0eb35e535c2e6c 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.team.internal;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class StagingException extends RuntimeException {\r
-\r
-    private static final long serialVersionUID = -9019875096293306600L;\r
-\r
-    public StagingException() {\r
-        super();\r
-    }\r
-\r
-    public StagingException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public StagingException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public StagingException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-\r
-}\r
+package org.simantics.team.internal;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class StagingException extends RuntimeException {
+
+    private static final long serialVersionUID = -9019875096293306600L;
+
+    public StagingException() {
+        super();
+    }
+
+    public StagingException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public StagingException(String message) {
+        super(message);
+    }
+
+    public StagingException(Throwable cause) {
+        super(cause);
+    }
+
+}