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

jvergara
05.08.2008 4edcd4c0a84b20055ecf848b2f8e78137d9c1702
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1411,18 +1411,6 @@
            text.indexOf('>') != -1);
  }
  /**
   * Wraps a message accoring to client tool console width.
   * @param text to wrap
   * @return raw message representing wrapped string
   */
  static public Message wrap(Message text)
  {
    return Message.raw(
            org.opends.server.util.StaticUtils.wrapText(text,
                    getCommandLineMaxLineWidth()));
  }
  private static EmptyPrintStream emptyStream = new EmptyPrintStream();
  /**