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

Jean-Noël Rouvignac
19.36.2016 93dc3520b26d74dadbdad265182d9beaa9145dc4
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/DeleteSubCommandHandler.java
@@ -60,14 +60,10 @@
 */
final class DeleteSubCommandHandler extends SubCommandHandler {
    /**
     * The value for the long option force.
     */
    /** The value for the long option force. */
    private static final String OPTION_DSCFG_LONG_FORCE = "force";
    /**
     * The value for the short option force.
     */
    /** The value for the short option force. */
    private static final char OPTION_DSCFG_SHORT_FORCE = 'f';
    /**
@@ -133,9 +129,7 @@
    /** The path of the managed object. */
    private final ManagedObjectPath<?, ?> path;
    /**
     * The relation which references the managed object to be deleted.
     */
    /** The relation which references the managed object to be deleted. */
    private final RelationDefinition<?, ?> relation;
    /** The sub-command associated with this handler. */
@@ -176,13 +170,11 @@
        return relation;
    }
    /** {@inheritDoc} */
    @Override
    public SubCommand getSubCommand() {
        return subCommand;
    }
    /** {@inheritDoc} */
    @Override
    public MenuResult<Integer> run(ConsoleApplication app, LDAPManagementContextFactory factory)
            throws ArgumentException, ClientException {