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

Fabio Pistolesi
05.43.2016 1404def3f16710d36a874d819613f7f0c4e12ee7
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
@@ -281,6 +281,18 @@
    }
    /**
     * Displays a message to the output stream without wrapping.
     *
     * @param msg
     *            The message.
     */
    public final void printlnNoWrap(final LocalizableMessage msg) {
        if (!isQuiet()) {
            out.println(msg);
        }
    }
    /**
     * Prints a progress bar on the same output stream line if not in quiet mode.
     *
     * <pre>