]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.mapping/src/org/simantics/mapping/constraint/TooManyUnboundVariablesException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.mapping / src / org / simantics / mapping / constraint / TooManyUnboundVariablesException.java
index e095d2cdb76d9a235365468be7fb0d454ffb63c3..cfcc15d21a088d29e50144cee752e2810f82a01e 100644 (file)
@@ -1,37 +1,37 @@
-/*******************************************************************************\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.mapping.constraint;\r
-\r
-public class TooManyUnboundVariablesException extends Exception {\r
-\r
-       /**\r
-        * \r
-        */\r
-       private static final long serialVersionUID = 5441312486323174904L;\r
-\r
-       public TooManyUnboundVariablesException() {\r
-               super();\r
-       }\r
-\r
-       public TooManyUnboundVariablesException(String message, Throwable cause) {\r
-               super(message, cause);\r
-       }\r
-\r
-       public TooManyUnboundVariablesException(String message) {\r
-               super(message);\r
-       }\r
-\r
-       public TooManyUnboundVariablesException(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.mapping.constraint;
+
+public class TooManyUnboundVariablesException extends Exception {
+
+       /**
+        * 
+        */
+       private static final long serialVersionUID = 5441312486323174904L;
+
+       public TooManyUnboundVariablesException() {
+               super();
+       }
+
+       public TooManyUnboundVariablesException(String message, Throwable cause) {
+               super(message, cause);
+       }
+
+       public TooManyUnboundVariablesException(String message) {
+               super(message);
+       }
+
+       public TooManyUnboundVariablesException(Throwable cause) {
+               super(cause);
+       }
+       
+}