X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2Finternal%2FClusterChange.java;h=880bfd00d3e88a225ae10130978cde4f43b5bf76;hp=5a1dea2b9dc7117f343397aba07eb00e908bcac2;hb=4aba159170fc72d39c2f930ea224aa71f4cdc2e7;hpb=59cab457bcc89618e8557235fd65eaecbe583592 diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java index 5a1dea2b9..880bfd00d 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java @@ -201,8 +201,8 @@ public final class ClusterChange { } if (0 != foreign) { if (foreign > 256) - throw new RuntimeDatabaseException("Internal error, contact application support." + - "Too big foreing index=" + foreign + " max=256"); + throw new RuntimeDatabaseException("Internal error." + + "Too big foreign index=" + foreign + " max=256"); --foreign; bytes[byteIndex++] = foreign; return ClusterEnum.ForeignShort; @@ -214,8 +214,8 @@ public final class ClusterChange { if (DEBUG_STAT) info.sForeign = foreignTable.size(); if (clusterUID.equals(ClusterUID.Null)) - throw new RuntimeDatabaseException("Internal error, contact application support." + - "Cluster unique id not defined for foreing cluster."); + throw new RuntimeDatabaseException("Internal error." + + "Cluster unique id not defined for foreign cluster."); addForeignLong(resourceIndex, clusterUID); return ClusterEnum.ForeignLong; }