]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/modelBrowser/model/PathNode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / modelBrowser / model / PathNode.java
index 77e7e5a0ed30c70d894e882111386e08aa70a31a..6ef080030203cae4e1a7cef56047e623c0b2ee67 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\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.modeling.ui.modelBrowser.model;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.common.ResourceArray;\r
-\r
-@Deprecated\r
-public abstract class PathNode extends Node implements IPathNode {\r
-\r
-    protected ResourceArray path = null;\r
-       \r
-       public PathNode(Resource resource) {\r
-           super(resource);\r
-       }\r
-       \r
-       @Override\r
-       public void setPath(ResourceArray path) {\r
-           this.path = path;\r
-       }\r
-       \r
-    @Override\r
-       public ResourceArray getPath() {\r
-           return path;\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.modeling.ui.modelBrowser.model;
+
+import org.simantics.db.Resource;
+import org.simantics.db.common.ResourceArray;
+
+@Deprecated
+public abstract class PathNode extends Node implements IPathNode {
+
+    protected ResourceArray path = null;
+       
+       public PathNode(Resource resource) {
+           super(resource);
+       }
+       
+       @Override
+       public void setPath(ResourceArray path) {
+           this.path = path;
+       }
+       
+    @Override
+       public ResourceArray getPath() {
+           return path;
+       }
+       
+}