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; } }