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

kenneth_suter
25.10.2007 a56f339b579be6f7a1b28eadf68426ebc5bddb03
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java
@@ -46,7 +46,7 @@
   * will pass to the org.opends.server.tools.InstallDS class.
   */
  public static void main(String[] args) {
    System.exit(new UpgradeLauncher(args).launch());
    new UpgradeLauncher(args).launch();
  }
  /**