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

jvergara
03.08.2007 613e2b4c5fb2eb2f443d4902cb98b69e8431cc19
opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java
@@ -527,7 +527,8 @@
      throw new NullPointerException("step is null");
    }
    currentStep = step;
    getDialog().setDisplayedStep(step, application.getUserData());
    application.setDisplayedWizardStep(step, application.getUserData(),
        getDialog());
  }
  /**