X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Frepresentation%2FInternal.java;h=4eb12948cd341f21fc72259376b9ed0b6134408d;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=9e974abd8c6ae94571548c8aeeecf417aa2fe82e;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graph/src/org/simantics/graph/representation/Internal.java b/bundles/org.simantics.graph/src/org/simantics/graph/representation/Internal.java index 9e974abd8..4eb12948c 100644 --- a/bundles/org.simantics.graph/src/org/simantics/graph/representation/Internal.java +++ b/bundles/org.simantics.graph/src/org/simantics/graph/representation/Internal.java @@ -1,19 +1,19 @@ -package org.simantics.graph.representation; - -public class Internal implements IdentityDefinition { - public int parent; - public String name; - - public Internal() { - } - - public Internal(int parent, String name) { - this.parent = parent; - this.name = name; - } - - @Override - public String toString() { - return "Internal(" + parent + ", " + name + ")"; - } -} +package org.simantics.graph.representation; + +public class Internal implements IdentityDefinition { + public int parent; + public String name; + + public Internal() { + } + + public Internal(int parent, String name) { + this.parent = parent; + this.name = name; + } + + @Override + public String toString() { + return "Internal(" + parent + ", " + name + ")"; + } +}