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

kenneth_suter
12.17.2007 a1c98f8d8afedfd11b63f00bab61d1e3c977d911
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
@@ -64,7 +64,7 @@
   * The constructor of this class.
   * @param app Application used to create panels for populating the layout
   */
  public CurrentStepPanel(Application app)
  public CurrentStepPanel(GuiApplication app)
  {
    this.application = app;
    createLayout(app);
@@ -119,7 +119,7 @@
   * Create the layout of the panel.
   * @param app Application used to create panels for populating the layout
   */
  private void createLayout(Application app)
  private void createLayout(GuiApplication app)
  {
    Set<? extends WizardStep> steps = app.getWizardSteps();