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

Jean-Noel Rouvignac
20.15.2014 28dd8d1f95eecc080556d3986e02a8c7792d5cd2
opendj-cli/src/test/java/com/forgerock/opendj/cli/ConsoleApplicationTestCase.java
@@ -60,7 +60,7 @@
            super(out, err);
        }
        final static MockConsoleApplication getDefault() {
        static final MockConsoleApplication getDefault() {
            out = new ByteArrayOutputStream();
            final PrintStream psOut = new PrintStream(out);
            err = new ByteArrayOutputStream();