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

Jean-Noël Rouvignac
24.50.2016 8a7d994e004ad0ec1a192dbadd348e041a2e3de2
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/DSConfig.java
@@ -803,14 +803,14 @@
    /** The factory which the application should use to retrieve its management context. */
    private LDAPManagementContextFactory factory;
    /** Flag indicating whether or not the global arguments have already been initialized. */
    /** Flag indicating whether the global arguments have already been initialized. */
    private boolean globalArgumentsInitialized;
    /** The sub-command handler factory. */
    private SubCommandHandlerFactory handlerFactory;
    /** Mapping of sub-commands to their implementations. */
    private final Map<SubCommand, SubCommandHandler> handlers = new HashMap<>();
    /** Indicates whether or not a sub-command was provided. */
    /** Indicates whether a sub-command was provided. */
    private boolean hasSubCommand = true;
    /** The command-line argument parser. */