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

kenneth_suter
24.25.2007 77eebebe9004fbcedd79da2c5fe729a875f82281
opendj-sdk/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) {
    new UninstallLauncher(args).launch();
    System.exit(new UninstallLauncher(args).launch());
  }
  /**