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) {