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

jvergara
07.39.2008 a25202c80d6f4e16ab3f63be5be733e73ee22bb2
opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -445,7 +445,8 @@
  public final String readLineOfInput(Message prompt) throws CLIException {
    if (prompt != null)
    {
      err.print(wrapText(prompt + " ", MAX_LINE_WIDTH));
      err.print(wrapText(prompt, MAX_LINE_WIDTH));
      err.print(" ");
    }
    try {
      String s = in.readLine();