]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/utils/InvalidOrderedSetException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / utils / InvalidOrderedSetException.java
index cf7f09256a0aef47f324ec2ca384ecdeca299b8f..f950127aa5a65815f2ec4385d9fb8c1e4504cc28 100644 (file)
@@ -1,21 +1,21 @@
-package org.simantics.db.common.utils;\r
-\r
-import org.simantics.db.exception.AssumptionException;\r
-\r
-public class InvalidOrderedSetException extends AssumptionException {\r
-\r
-       private static final long serialVersionUID = 245387820434670398L;\r
-\r
-       public InvalidOrderedSetException(String message, Throwable cause) {\r
-               super(message, cause);\r
-       }\r
-\r
-       public InvalidOrderedSetException(String message) {\r
-               super(message);\r
-       }\r
-\r
-       public InvalidOrderedSetException(Throwable cause) {\r
-               super(cause);\r
-       }\r
-\r
-}\r
+package org.simantics.db.common.utils;
+
+import org.simantics.db.exception.AssumptionException;
+
+public class InvalidOrderedSetException extends AssumptionException {
+
+       private static final long serialVersionUID = 245387820434670398L;
+
+       public InvalidOrderedSetException(String message, Throwable cause) {
+               super(message, cause);
+       }
+
+       public InvalidOrderedSetException(String message) {
+               super(message);
+       }
+
+       public InvalidOrderedSetException(Throwable cause) {
+               super(cause);
+       }
+
+}