]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.simulator.variable/src/org/simantics/simulator/variable/exceptions/NoSuchNodeException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.simulator.variable / src / org / simantics / simulator / variable / exceptions / NoSuchNodeException.java
index c428b8691923a42d5d0c576ee5c1882e4463a057..7ffd567310d5cffdc31b5fe34689910a468859f3 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 NoSuchNodeException extends NodeManagerException {\r
-\r
-       private static final long serialVersionUID = 795473760240846723L;\r
-\r
-       public NoSuchNodeException(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 NoSuchNodeException extends NodeManagerException {
+
+       private static final long serialVersionUID = 795473760240846723L;
+
+       public NoSuchNodeException(String message) {
+               super(message);
+       }
+       
+}