]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph/src/org/simantics/graph/representation/Extensions.java
Fixed platform startup ontology update hash checking to work
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / representation / Extensions.java
index 375fb1416899f57bb40c66761b31504773bef870..e2f0279242169d7cee97e7dd0c0f8ea653f13fda 100644 (file)
@@ -12,10 +12,10 @@ public class Extensions {
 
        /**
         * Used for storing a cached hash code computed from a
-        * {@link TransferableGraph1} instance <em>without</em> this cached hashcode
-        * key,value pair in the <code>extensions</code> map.
+        * {@link TransferableGraph1} instance in the metadata map of the
+        * <code>DataContainer</code> 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";