]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / element / ElementException.java
index 27f8a8d9630084939bdc4f69f9e86577347c44df..1403d0c11b43f3a2349361a0d411da9770ccce7b 100644 (file)
@@ -1,37 +1,37 @@
-/*******************************************************************************\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.g2d.element;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class ElementException extends RuntimeException {\r
-\r
-    private static final long serialVersionUID = -8473485490083340532L;\r
-\r
-    public ElementException() {\r
-        super();\r
-    }\r
-\r
-    public ElementException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public ElementException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public ElementException(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.g2d.element;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class ElementException extends RuntimeException {
+
+    private static final long serialVersionUID = -8473485490083340532L;
+
+    public ElementException() {
+        super();
+    }
+
+    public ElementException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public ElementException(String message) {
+        super(message);
+    }
+
+    public ElementException(Throwable cause) {
+        super(cause);
+    }
+
+}