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

jvergara
22.30.2007 06779fb942a83a58766c73da4575f97050c38f48
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -192,15 +192,7 @@
     * This is required because the usage message contains '{' characters that
     * mess up the MessageFormat.format method.
     */
    String msg;
    if (Utils.isWindows())
    {
      msg = getMsg("uninstall-launcher-usage-windows");
    }
    else
    {
      msg = getMsg("uninstall-launcher-usage-unix");
    }
    String msg = getMsg("uninstall-launcher-usage");
    msg = msg.replace("{0}", arg);
    System.err.println(msg);
  }