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();