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

Gaetan Boismal
02.08.2015 7c02aa90fad0f4eaf27856ad1afcf2ffd90b64fc
opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -408,6 +408,12 @@
    /** The value for the hidden testonly argument. */
    public static final String OPTION_LONG_TESTONLY_ARGUMENT = "testOnly";
    /** The value for the backend type long option. */
    public static final String OPTION_LONG_BACKEND_TYPE = "backendType";
    /** The value for the backend type short option. */
    public static final Character OPTION_SHORT_BACKEND_TYPE = 't';
    /** Prevent instantiation. */
    private ArgumentConstants() {
    }