Skip to content

Commit

Permalink
update table as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Aug 5, 2023
1 parent 45c17af commit 0163506
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ private void checkSpecialMinMax(String value, SpecialConstants specialConstants,

boolean isSpecialConstant = false;
if (specialConstants != null) {
FieldProblemReporter reporter = new FieldProblemReporter(this, ExceptionType.ERROR,
ProblemType.FIELD_VALUE_OUT_OF_MIN_MAX_RANGE, recordLocation, fieldIndex);
FieldProblemReporter reporter = new FieldProblemReporter(this, ExceptionType.WARNING,
ProblemType.FIELD_VALUE_OUT_OF_SPECIAL_CONSTANT_MIN_MAX_RANGE, recordLocation, fieldIndex);
isSpecialConstant = ArrayContentValidator.isSpecialConstant(number.stripTrailingZeros(),
specialConstants, reporter);
}
Expand Down

0 comments on commit 0163506

Please sign in to comment.