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

Violette Roche-Montane
04.51.2014 67fe39c9b91686bb1a8d2fc5feaf5de096061a58
opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java
@@ -40,7 +40,7 @@
 * for an application. This is an abstract class that must be subclassed in
 * order to provide specific functionality.
 */
abstract class Argument {
public abstract class Argument {
    // Indicates whether this argument should be hidden in the usage
    // information.
    private boolean isHidden;