]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/node/DeleteException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / node / DeleteException.java
index 6248cfb3e1bab6c9c8b727cf7b28adbcce25c28a..74b9e9d2bcc5acc1592240f289b603c928273c78 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\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.browsing.ui.common.node;\r
-\r
-public class DeleteException extends Exception {\r
-\r
-    private static final long serialVersionUID = 1L;\r
-\r
-    public DeleteException() {\r
-        super();\r
-    }\r
-\r
-    public DeleteException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public DeleteException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public DeleteException(Throwable cause) {\r
-        super(cause);\r
-    }\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.browsing.ui.common.node;
+
+public class DeleteException extends Exception {
+
+    private static final long serialVersionUID = 1L;
+
+    public DeleteException() {
+        super();
+    }
+
+    public DeleteException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public DeleteException(String message) {
+        super(message);
+    }
+
+    public DeleteException(Throwable cause) {
+        super(cause);
+    }
+
+}
+