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

Gaetan Boismal
15.04.2016 2095a28e3b117ddc7b565bc7fbe410af70cb48f4
opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2006-2010 Sun Microsystems, Inc.
 * Portions copyright 2012-2015 ForgeRock AS.
 * Portions copyright 2012-2016 ForgeRock AS.
 */
package com.forgerock.opendj.cli;
@@ -60,6 +60,8 @@
    /** Default Administration UID. */
    public static final String GLOBAL_ADMIN_UID = "admin";
    /** Default maximum number of columns before starting to wrap tools output. */
    public static final int NO_WRAPPING_BY_DEFAULT = 0;
    /** Prevent instantiation. */
    private CliConstants() {