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

Violette Roche-Montane
05.32.2014 9d1e0a2b58c07ff470a8678f458ed29d69d9223d
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
@@ -206,9 +206,8 @@
     * documentation to be scrolled out of view).
     */
    public final void pressReturnToContinue() {
        final LocalizableMessage msg = INFO_MENU_PROMPT_RETURN_TO_CONTINUE.get();
        try {
            readLineOfInput(msg);
            readLineOfInput(INFO_MENU_PROMPT_RETURN_TO_CONTINUE.get());
        } catch (final ClientException e) {
            // Ignore the exception - applications don't care.
        }
@@ -787,9 +786,8 @@
                    app.println();
                    app.println(errMsg);
                    app.println();
                    return null;
                }
                return null;
            }
        };