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

Jean-Noël Rouvignac
24.50.2016 8a7d994e004ad0ec1a192dbadd348e041a2e3de2
opendj-cli/src/main/java/com/forgerock/opendj/cli/TextTablePrinter.java
@@ -279,10 +279,10 @@
     */
    private String columnSeparator = DEFAULT_COLUMN_SEPARATOR;
    /** Indicates whether or not the headings should be output. */
    /** Indicates whether the headings should be output. */
    private boolean displayHeadings = true;
    /** Table indicating whether or not a column is fixed width. */
    /** Table indicating whether a column is fixed width. */
    private final Map<Integer, Integer> fixedColumns = new HashMap<>();
    /** The number of characters the table should be indented. */