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

matthew_swift
22.17.2007 c20a1cb28139948290e70cb5652c9f7bf7294e61
opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java
@@ -1998,12 +1998,12 @@
    List<T> vl = new ArrayList<T>(values);
    for (int i = 0, j = rows; i < rows; i++, j++) {
      builder.startRow();
      builder.appendCell(INFO_EDITOR_OPTION_VALUES.get(i + 1));
      builder.appendCell("*)");
      builder.appendCell(valuePrinter.print(pd, vl.get(i)));
      if (useMultipleColumns && (j < sz)) {
        builder.appendCell();
        builder.appendCell(INFO_EDITOR_OPTION_VALUES.get(j + 1));
        builder.appendCell("*)");
        builder.appendCell(valuePrinter.print(pd, vl.get(j)));
      }
    }