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

Matthew Swift
12.40.2012 af42c52babd3164b5c091b71213153bd90e7841d
opendj3/opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/MultiColumnPrinter.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package com.forgerock.opendj.ldap.tools;
@@ -121,11 +122,11 @@
 */
final class MultiColumnPrinter {
    final public static int LEFT = 0;
    final static int LEFT = 0;
    final public static int CENTER = 1;
    final static int CENTER = 1;
    final public static int RIGHT = 2;
    final static int RIGHT = 2;
    private int numCol = 2;
@@ -435,6 +436,8 @@
     * Set alignment for title strings.
     *
     * @param titleAlign
     *            The alignment which should be one of {@code LEFT},
     *            {@code RIGHT}, or {@code CENTER}.
     */
    void setTitleAlign(final int titleAlign) {
        this.titleAlign = titleAlign;