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

Ludovic Poitou
01.12.2011 e01ad71d761c65c94cd8531763c914c07927ea60
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java
@@ -223,7 +223,7 @@
      }
      checkAbort();
      updateSummaryWithServerState(hmSummary);
      updateSummaryWithServerState(hmSummary, true);
      setCurrentProgressStep(InstallProgressStep.FINISHED_SUCCESSFULLY);
      notifyListeners(null);
@@ -254,7 +254,7 @@
          }
        }
        notifyListeners(getLineBreak());
        updateSummaryWithServerState(hmSummary);
        updateSummaryWithServerState(hmSummary, true);
        setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR);
        Message html = getFormattedError(ex, true);
        notifyListeners(html);
@@ -285,7 +285,7 @@
        }
      }
      notifyListeners(getLineBreak());
      updateSummaryWithServerState(hmSummary);
      updateSummaryWithServerState(hmSummary, true);
      setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR);
      ApplicationException ex = new ApplicationException(
          ReturnCode.BUG,