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

matthew_swift
30.45.2007 742576640efa3350bb5433816e0cff2b6dab6281
opends/src/server/org/opends/server/util/table/TableBuilder.java
@@ -337,7 +337,7 @@
    Collections.sort(sortedRows, comparator);
    // Now ouput the table.
    // Now output the table.
    serializer.startTable(height, width);
    for (int i = 0; i < width; i++) {
      serializer.addColumn(columnWidths.get(i));