]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.project/src/org/simantics/project/exception/ProjectException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.project / src / org / simantics / project / exception / ProjectException.java
index deaf6205b7a89365ad1cdf8226478866e0ce528f..46bc4959b5c643a911e6779a5a7113d56dc60677 100644 (file)
@@ -1,34 +1,34 @@
-/*******************************************************************************\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.exception;\r
-\r
-public class ProjectException extends Exception {\r
-\r
-    private static final long serialVersionUID = 4363345272577527225L;\r
-\r
-    public ProjectException() {\r
-        super();\r
-    }\r
-\r
-    public ProjectException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public ProjectException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public ProjectException(Throwable cause) {\r
-        super(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.exception;
+
+public class ProjectException extends Exception {
+
+    private static final long serialVersionUID = 4363345272577527225L;
+
+    public ProjectException() {
+        super();
+    }
+
+    public ProjectException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public ProjectException(String message) {
+        super(message);
+    }
+
+    public ProjectException(Throwable cause) {
+        super(cause);
+    }
+
+}