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

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