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

kenneth_suter
17.23.2007 f4ee26cf95755a2ea8081cb38de9c7b1f1f01175
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java
@@ -65,10 +65,11 @@
  /**
   * ProgressPanel constructor.
   * @param application Application this panel represents
   */
  public ProgressPanel()
  public ProgressPanel(GuiApplication application)
  {
    createLayout();
    super(application);
  }
  /**