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

kenneth_suter
12.17.2007 f54aeb79b0f90d550c8cdcac5bfc22d4fc4579ce
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();