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

Gaetan Boismal
27.02.2015 fc9ea80534451bf31b248056efe5692a1a3b51a2
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
@@ -668,7 +668,7 @@
     *
     * @return The error stream that should be used with this application.
     */
    private PrintStream getErrStream() {
    protected PrintStream getErrStream() {
        if (isInteractive()) {
            return out;
        }