]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/PendingVariableException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / exception / PendingVariableException.java
index 1a6b26e1d0631f4547ca9d26df89a99db7b44941..da0e51eecadd4921df7b06b944f82caa53e81deb 100644 (file)
@@ -1,42 +1,42 @@
-/*******************************************************************************\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.db.layer0.exception;\r
-\r
-import org.simantics.db.Resource;\r
-\r
-\r
-public class PendingVariableException extends VariableException {\r
-\r
-       private static final long serialVersionUID = -8379218573294565788L;\r
-       \r
-       private final Resource resource;\r
-       \r
-       public PendingVariableException(String message) {\r
-               super(message);\r
-               this.resource = null;\r
-       }\r
-\r
-       public PendingVariableException(String message, Resource resource) {\r
-               super(message);\r
-               this.resource = resource;\r
-       }\r
-       \r
-       public Resource getResource() {\r
-               return resource;\r
-       }\r
-       \r
-       @Override\r
-       public synchronized Throwable fillInStackTrace() {\r
-           return null;\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.db.layer0.exception;
+
+import org.simantics.db.Resource;
+
+
+public class PendingVariableException extends VariableException {
+
+       private static final long serialVersionUID = -8379218573294565788L;
+       
+       private final Resource resource;
+       
+       public PendingVariableException(String message) {
+               super(message);
+               this.resource = null;
+       }
+
+       public PendingVariableException(String message, Resource resource) {
+               super(message);
+               this.resource = resource;
+       }
+       
+       public Resource getResource() {
+               return resource;
+       }
+       
+       @Override
+       public synchronized Throwable fillInStackTrace() {
+           return null;
+       }
+
+}