]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/modelBrowser/model/IPathNode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / modelBrowser / model / IPathNode.java
index 64cfa82c2bb710175fcfb557df17946e76fe1a69..d7f05e5ef7f5a1241994acc9e6106c17e6c29516 100644 (file)
@@ -1,24 +1,24 @@
-/*******************************************************************************\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.common.ResourceArray;\r
-\r
-/**\r
- * Address in the object model of the background system. \r
- *\r
- */\r
-@Deprecated\r
-public interface IPathNode extends INode {\r
-    public void setPath(ResourceArray path);\r
-    public ResourceArray getPath();\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.common.ResourceArray;
+
+/**
+ * Address in the object model of the background system. 
+ *
+ */
+@Deprecated
+public interface IPathNode extends INode {
+    public void setPath(ResourceArray path);
+    public ResourceArray getPath();
+}