opendj3-server-dev/src/server/org/opends/server/util/args/IntegerArgument.java
@@ -361,7 +361,6 @@ // it. if (hasUpperBound && (intValue > upperBound)) { invalidReason.append(ERR_INTARG_VALUE_ABOVE_UPPER_BOUND.get( getName(), intValue, upperBound)); return false;