]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterChange.java
Removed contact application support prints
[simantics/platform.git] / bundles / org.simantics.acorn / src / org / simantics / acorn / internal / ClusterChange.java
index b1fbb5d9cd66ebc0674fa0c5bf276bc38384bd21..780ea4e053de836ab5f4f4fa45daf4799eba6581 100644 (file)
@@ -198,7 +198,7 @@ public final class ClusterChange {
         }
         if (0 != foreign) {
             if (foreign > 256)
-                throw new RuntimeDatabaseException("Internal error, contact application support." +
+                throw new RuntimeDatabaseException("Internal error." +
                 "Too big foreing index=" + foreign + " max=256");
             --foreign;
             bytes[byteIndex++] = foreign;
@@ -211,7 +211,7 @@ public final class ClusterChange {
             if (DEBUG_STAT)
                 info.sForeign = foreignTable.size();
             if (clusterUID.equals(ClusterUID.Null))
-                throw new RuntimeDatabaseException("Internal error, contact application support." +
+                throw new RuntimeDatabaseException("Internal error." +
                 "Cluster unique id not defined for foreing cluster.");
             addForeignLong(resourceIndex, clusterUID);
             return ClusterEnum.ForeignLong;