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

kenneth_suter
10.55.2007 12499600a8095e85f4e6afbfff3347b74d7e6d1e
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -307,8 +307,12 @@
   * Called when the user has clicked the 'finish' button.
   * @param cStep WizardStep at which the user clicked the previous button
   * @param qs QuickSetup controller
   * @return boolean that the application uses to indicate the the
   * application should be launched.  If false, the application is
   * responsible for updating the user data for the final screen and
   * launching the application if this is the desired behavior.
   */
  public abstract void finishClicked(final WizardStep cStep,
  public abstract boolean finishClicked(final WizardStep cStep,
                                     final QuickSetup qs);
  /**