]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.project/src/org/simantics/project/management/SPMException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.project / src / org / simantics / project / management / SPMException.java
index 4845d930fc78dc041bee858e799b939ca8a379e4..f26813e2e76e68d3fde91faedaaae2c7589c65e7 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.project.management;\r
-\r
-public class SPMException extends Exception {\r
-\r
-    private static final long serialVersionUID = 52993787870859733L;\r
-\r
-    public SPMException() {\r
-    }\r
-\r
-    public SPMException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public SPMException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-\r
-    public SPMException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.project.management;
+
+public class SPMException extends Exception {
+
+    private static final long serialVersionUID = 52993787870859733L;
+
+    public SPMException() {
+    }
+
+    public SPMException(String message) {
+        super(message);
+    }
+
+    public SPMException(Throwable cause) {
+        super(cause);
+    }
+
+    public SPMException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+}