Till Westmann has submitted this change and it was merged. Change subject: [NO ISSUE][FAIL] Fix message for over-/underflow ......................................................................
[NO ISSUE][FAIL] Fix message for over-/underflow Change-Id: I1d2b071dce8f6ed485d57f131d5c9f8893041678 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2925 Reviewed-by: Murtadha Hubail <[email protected]> Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> --- M asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jenkins: Verified; No violations found Murtadha Hubail: Looks good to me, approved 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: merged Gerrit-Change-Id: I1d2b071dce8f6ed485d57f131d5c9f8893041678 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: stabilization-f69489 Gerrit-Owner: Till Westmann <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
