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

kenneth_suter
25.10.2007 8f1963b2a3e26e22cd5795ad79c4119271839023
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -48,7 +48,7 @@
   * will pass to the org.opends.server.tools.InstallDS class.
   */
  public static void main(String[] args) {
    System.exit(new UninstallLauncher(args).launch());
    new UninstallLauncher(args).launch();
  }
  /**