]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/src/org/simantics/graphviz/AbstractIdentifiableGraphPart.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graphviz / src / org / simantics / graphviz / AbstractIdentifiableGraphPart.java
index 7dd0bdf200f8d7f832d54d5dfb8f2aba0d31f3f5..1f9c2df8ac694928c7d6decae044c004a20c2f88 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\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.graphviz;\r
-\r
-/**\r
- * Default implementation for Identifiable and IGraphPart.\r
- * \r
- * @author Hannu Niemistö\r
- */\r
-public abstract class AbstractIdentifiableGraphPart extends AbstractGraphPart implements Identifiable {\r
-\r
-    String id;\r
-    \r
-    public AbstractIdentifiableGraphPart(IGraph parent) {\r
-        super(parent);\r
-        this.id = parent.newId();\r
-    }\r
-\r
-    @Override\r
-    public String getId() {\r
-        return id;\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.graphviz;
+
+/**
+ * Default implementation for Identifiable and IGraphPart.
+ * 
+ * @author Hannu Niemistö
+ */
+public abstract class AbstractIdentifiableGraphPart extends AbstractGraphPart implements Identifiable {
+
+    String id;
+    
+    public AbstractIdentifiableGraphPart(IGraph parent) {
+        super(parent);
+        this.id = parent.newId();
+    }
+
+    @Override
+    public String getId() {
+        return id;
+    }
+
+}