]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/exception/DebugException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / exception / DebugException.java
index 94742dd684434f429bf79416dc57fdf05fa28aff..f2f9ed365e4eefe4204d847ce5f87bbfbae75148 100644 (file)
@@ -1,28 +1,28 @@
-/*******************************************************************************\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.db.common.exception;\r
-\r
-public class DebugException extends Exception {\r
-\r
-    private static final long serialVersionUID = 31123840443571565L;\r
-\r
-    public static final boolean DEBUG = false;\r
-\r
-    public DebugException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public DebugException(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.db.common.exception;
+
+public class DebugException extends Exception {
+
+    private static final long serialVersionUID = 31123840443571565L;
+
+    public static final boolean DEBUG = false;
+
+    public DebugException(String message) {
+        super(message);
+    }
+
+    public DebugException(Throwable cause) {
+        super(cause);
+    }
+
+}