X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Frepresentation%2FExtensions.java;h=e2f0279242169d7cee97e7dd0c0f8ea653f13fda;hb=0131cc6a4917ec703258059e910261c2ed76e7d1;hp=375fb1416899f57bb40c66761b31504773bef870;hpb=aab6399f20c07b61a0dbf9614614f44a2e0ea325;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graph/src/org/simantics/graph/representation/Extensions.java b/bundles/org.simantics.graph/src/org/simantics/graph/representation/Extensions.java index 375fb1416..e2f027924 100644 --- a/bundles/org.simantics.graph/src/org/simantics/graph/representation/Extensions.java +++ b/bundles/org.simantics.graph/src/org/simantics/graph/representation/Extensions.java @@ -12,10 +12,10 @@ public class Extensions { /** * Used for storing a cached hash code computed from a - * {@link TransferableGraph1} instance without this cached hashcode - * key,value pair in the extensions map. + * {@link TransferableGraph1} instance in the metadata map of the + * DataContainer containing the TG. */ - public final static String CACHED_HASHCODE = "cached.hashCode"; + public final static String CACHED_HASHCODE = "cached.hashcode"; final public static String CLUSTERING = "clustering"; final public static String CLUSTER_SETS = "clusterSets";