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

matthew_swift
17.59.2007 b2a2b08d1306eb2558b7d8cfa327880c66c7d81c
opends/src/server/org/opends/server/admin/DurationPropertyDefinition.java
@@ -499,6 +499,7 @@
    // Encode the size value using the base unit.
    StringBuilder builder = new StringBuilder();
    builder.append(value);
    builder.append(' ');
    builder.append(baseUnit.toString());
    return builder.toString();
  }