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;