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

Jean-Noel Rouvignac
20.46.2014 66be6c035cb58baccacb6831f7403d5c2247f4b2
opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinition.java
@@ -58,7 +58,7 @@
     * @param <D>
     *            The type of property definition constructed by this builder.
     */
    protected abstract static class AbstractBuilder<T, D extends PropertyDefinition<T>> {
    protected static abstract class AbstractBuilder<T, D extends PropertyDefinition<T>> {
        /** The administrator action. */
        private AdministratorAction adminAction;