]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph/src/org/simantics/graph/representation/External.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / representation / External.java
index 624f0b36f7ab7744a9814168e2bdab7bfca5bccb..00e63491e5569eade3b4dc45851a409aa2385d2b 100644 (file)
@@ -1,20 +1,20 @@
-package org.simantics.graph.representation;\r
-\r
-public class External implements IdentityDefinition {\r
-       public int parent;\r
-       public String name;\r
-       \r
-       public External() {     \r
-       }\r
-\r
-       public External(int parent, String name) {      \r
-               this.parent = parent;\r
-               this.name = name;\r
-       }\r
-       \r
-       @Override\r
-       public String toString() {\r
-           return "External(" + parent + ", " + name + ")";\r
-       }\r
-       \r
-}\r
+package org.simantics.graph.representation;
+
+public class External implements IdentityDefinition {
+       public int parent;
+       public String name;
+       
+       public External() {     
+       }
+
+       public External(int parent, String name) {      
+               this.parent = parent;
+               this.name = name;
+       }
+       
+       @Override
+       public String toString() {
+           return "External(" + parent + ", " + name + ")";
+       }
+       
+}