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

Gaetan Boismal
27.02.2015 0fd845d18cfaf23fc9f54e92775c735955e4e859
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;
        }