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/AdministratorAction.java
@@ -12,6 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008 Sun Microsystems, Inc.
 * Portions Copyright 2016 ForgeRock AS.
 */
package org.forgerock.opendj.config;
@@ -77,7 +78,6 @@
            this.name = name;
        }
        /** {@inheritDoc} */
        @Override
        public String toString() {
            return name;
@@ -85,16 +85,10 @@
    }
    /**
     * The managed object definition associated with this administrator
     * action.
     */
    /** The managed object definition associated with this administrator action. */
    private final AbstractManagedObjectDefinition<?, ?> definition;
    /**
     * The name of the property definition associated with this
     * administrator action.
     */
    /** The name of the property definition associated with this administrator action. */
    private final String propertyName;
    /** The type of administration action. */