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

matthew_swift
18.56.2007 4f2d7b765793d0223775844fb82c538f0cf3922a
opends/src/server/org/opends/server/admin/PropertyDefinitionUsageBuilder.java
@@ -246,6 +246,7 @@
      if (isDetailed && d.getLowerLimit() > 0) {
        SizeUnit unit = SizeUnit.getBestFitUnitExact(d.getLowerLimit());
        builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
        builder.append(' ');
        builder.append(unit.getShortName());
        builder.append(" <= ");
      }
@@ -274,6 +275,7 @@
          }
          builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
          builder.append(' ');
          builder.append(unit.getShortName());
        }