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

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