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

Gaetan Boismal
14.58.2016 7a79845d216f2efbc447c3ba4c5c3a992be0f42f
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/SetupLauncher.java
@@ -25,7 +25,6 @@
import org.opends.quicksetup.Installation;
import org.opends.quicksetup.Launcher;
import org.opends.quicksetup.ReturnCode;
import org.opends.quicksetup.installer.offline.OfflineInstaller;
import org.opends.quicksetup.util.IncompatibleVersionException;
import org.opends.quicksetup.util.Utils;
import org.opends.server.tools.InstallDS;
@@ -149,8 +148,7 @@
  @Override
  protected void willLaunchGui() {
    System.out.println(INFO_SETUP_LAUNCHER_LAUNCHING_GUI.get());
    System.setProperty("org.opends.quicksetup.Application.class",
            OfflineInstaller.class.getName());
    System.setProperty("org.opends.quicksetup.Application.class", Installer.class.getName());
  }
  @Override