mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
03.21.2014 5ae40296386ae7b3465f2bc23cf41ce227a40bbc
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;