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

kenneth_suter
17.23.2007 4cd4ffb2771ea2d133b30273b1ffea0fef6b4552
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);
  }
  /**