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

jvergara
13.02.2008 104d0a1e9c7ae327c0d1bdb630647ed14fd58007
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1753,10 +1753,11 @@
   * @throws ApplicationException if something goes wrong.
   */
  protected void enableWindowsService() throws ApplicationException {
      notifyListeners(getFormattedProgress(
      notifyListeners(getFormattedWithPoints(
        INFO_PROGRESS_ENABLING_WINDOWS_SERVICE.get()));
      InstallerHelper helper = new InstallerHelper();
      helper.enableWindowsService();
      notifyListeners(getLineBreak());
  }
  /**