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