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

Violette Roche-Montane
27.07.2013 b267d71d61b69ea7f8299de4b88266566a5f5e8c
opendj-sdk/opends/src/server/org/opends/server/tools/upgrade/VerificationCallback.java
@@ -57,6 +57,11 @@
  public static final int CANNOT_BE_REVERTED = 2;
  /**
   * An identifier of the accept license mode.
   */
  public static final int ACCEPT_LICENSE_MODE = 3;
  /**
   * The identifier of ignore errors mode.
   */
  public static final int IGNORE_ERRORS_MODE = 5;
@@ -66,6 +71,7 @@
   */
  public static final int MANDATORY_USER_INTERACTION = 6;
  // The required options for the verification callback.
  private int[] requiredOptions;