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

kenneth_suter
14.21.2007 92ce4633648268f705f2d0b439425bcf8d5ec40f
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -49,6 +49,7 @@
import org.opends.admin.ads.SuffixDescriptor;
import org.opends.quicksetup.ui.*;
import org.opends.quicksetup.util.Utils;
import org.opends.quicksetup.util.InProcessServerController;
import org.opends.quicksetup.*;
import org.opends.server.util.CertificateManager;
import org.opends.quicksetup.installer.ui.DataOptionsPanel;
@@ -1204,7 +1205,7 @@
      }
      if (startedServer)
      {
        getServerController().stopServerInProcess();
        new InProcessServerController(getInstallation()).stopServer();
      }
    }
  }
@@ -1966,7 +1967,7 @@
   * panel and update the UserInstallData object according to that content.
   *
   * @throws
   *           UserInstallDataException if the data provided by the user is not
   *           UserDataException if the data provided by the user is not
   *           valid.
   *
   */
@@ -2038,7 +2039,7 @@
   * panel and update the UserInstallData object according to that content.
   *
   * @throws
   *           UserInstallDataException if the data provided by the user is not
   *           UserDataException if the data provided by the user is not
   *           valid.
   *
   */
@@ -2099,7 +2100,7 @@
   * Validate the data provided by the user in the new suffix data options panel
   * and update the UserInstallData object according to that content.
   *
   * @throws UserInstallDataException if the data provided by the user is not
   * @throws UserDataException if the data provided by the user is not
   *           valid.
   *
   */