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

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