]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.simulator.variable/src/org/simantics/simulator/variable/exceptions/InvalidPathException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.simulator.variable / src / org / simantics / simulator / variable / exceptions / InvalidPathException.java
index 7a548cffb9cfb1264241fa477aed8fe3510235c8..3f8d894296e6bcfe122dd6e557d5d0a4d4c53f8c 100644 (file)
@@ -1,23 +1,23 @@
-/*******************************************************************************\r
- * Copyright (c) 2013 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
- *     Semantum Oy - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.simulator.variable.exceptions;\r
-\r
-public class InvalidPathException extends NodeManagerException {\r
-\r
-       private static final long serialVersionUID = 722741734728570354L;\r
-\r
-       public InvalidPathException(String message) {\r
-               super(message);\r
-       }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2013 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
+ *     Semantum Oy - initial API and implementation
+ *******************************************************************************/
+package org.simantics.simulator.variable.exceptions;
+
+public class InvalidPathException extends NodeManagerException {
+
+       private static final long serialVersionUID = 722741734728570354L;
+
+       public InvalidPathException(String message) {
+               super(message);
+       }
+
+}