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

Jean-Noël Rouvignac
20.05.2016 e252d821e43516a575bc6b046e16553cced8c1d2
opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/Uninstaller.java
@@ -979,7 +979,7 @@
  @Override
  public QuickSetupStepPanel createWizardStepPanel(WizardStep step) {
    if (step == Step.CONFIRM_UNINSTALL) {
      return new ConfirmUninstallPanel(this, installStatus);
      return new ConfirmUninstallPanel(this);
    } else if (step == Step.PROGRESS) {
      return new ProgressPanel(this);
    } else if (step == Step.FINISHED) {