]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/parser/repository/ValueTranslationRuntimeException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / parser / repository / ValueTranslationRuntimeException.java
index b747683652f477e5bae0aff206aa57179b909438..cbce18be4ca8331f0aa297e692a9318b897e2af0 100644 (file)
@@ -1,41 +1,41 @@
-/*******************************************************************************\r
- *  Copyright (c) 2010 Association for Decentralized Information Management in\r
- *  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.databoard.parser.repository;\r
-\r
-public class ValueTranslationRuntimeException extends RuntimeException {\r
-\r
-       /**\r
-        * \r
-        */\r
-       private static final long serialVersionUID = 1L;\r
-\r
-       public ValueTranslationRuntimeException() {\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-       public ValueTranslationRuntimeException(String message) {\r
-               super(message);\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-       public ValueTranslationRuntimeException(Throwable cause) {\r
-               super(cause);\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-       public ValueTranslationRuntimeException(String message, Throwable cause) {\r
-               super(message, cause);\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-}\r
-\r
+/*******************************************************************************
+ *  Copyright (c) 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.databoard.parser.repository;
+
+public class ValueTranslationRuntimeException extends RuntimeException {
+
+       /**
+        * 
+        */
+       private static final long serialVersionUID = 1L;
+
+       public ValueTranslationRuntimeException() {
+               // TODO Auto-generated constructor stub
+       }
+
+       public ValueTranslationRuntimeException(String message) {
+               super(message);
+               // TODO Auto-generated constructor stub
+       }
+
+       public ValueTranslationRuntimeException(Throwable cause) {
+               super(cause);
+               // TODO Auto-generated constructor stub
+       }
+
+       public ValueTranslationRuntimeException(String message, Throwable cause) {
+               super(message, cause);
+               // TODO Auto-generated constructor stub
+       }
+
+}
+