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

matthew_swift
17.59.2007 b2a2b08d1306eb2558b7d8cfa327880c66c7d81c
opends/src/server/org/opends/server/admin/SizePropertyDefinition.java
@@ -317,7 +317,7 @@
    // Cast to a long to remove fractional part (which should not be there
    // anyway as the best-fit unit should result in an exact conversion).
    builder.append((long) unit.fromBytes(value));
    builder.append(' ');
    builder.append(unit.toString());
    return builder.toString();
  }