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

jcduff
22.32.2008 6d120a9a3f9d4a23ca83c5f715e7923e1d4103d7
opends/src/quicksetup/org/opends/quicksetup/Step.java
@@ -44,6 +44,11 @@
  WELCOME(INFO_WELCOME_STEP.get()),
  /**
   * License approval step for the installation.
   */
  LICENSE(INFO_LICENSE_STEP.get()),
  /**
   * Confirmation panel for the uninstallation.
   */
  CONFIRM_UNINSTALL(INFO_CONFIRM_UNINSTALL_STEP.get()),
@@ -124,4 +129,11 @@
    return this == FINISHED;
  }
  /**
   * {@inheritDoc}
   */
  public boolean isLicenseStep() {
    return this == LICENSE;
  }
}