Till Westmann has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/2925
Change subject: [NO ISSUE][FAIL] Fix meessage for over-/underflow ...................................................................... [NO ISSUE][FAIL] Fix meessage for over-/underflow Change-Id: I1d2b071dce8f6ed485d57f131d5c9f8893041678 --- M asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/25/2925/1 diff --git a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties index f0dfd1a..7158b95 100644 --- a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties +++ b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties @@ -43,8 +43,8 @@ # Data errors 6 = Invalid format for %1$s in %2$s -7 = Overflow happend in %1$s -8 = Underflow happend in %1$s +7 = Overflow in %1$s +8 = Underflow in %1$s 9 = Injected failure in %1$s 10 = Invalid value: function %1$s expects its %2$s input parameter to be a non-negative value, but gets %3$s 11 = Index out of bound in %1$s: %2$s -- To view, visit https://asterix-gerrit.ics.uci.edu/2925 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1d2b071dce8f6ed485d57f131d5c9f8893041678 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: stabilization-f69489 Gerrit-Owner: Till Westmann <[email protected]>
