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

Jean-Noel Rouvignac
13.17.2014 5490f7613ec1d76f3a3baff40a86bb4adbf20fbd
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
@@ -544,7 +544,7 @@
     * @throws ClientException
     *             If an error occurs when reading the password.
     */
    public static final char[] readPassword() throws ClientException {
    public static char[] readPassword() throws ClientException {
        try {
            return System.console().readPassword();
        } catch (IOError e) {