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

Jean-Noel Rouvignac
20.46.2014 66be6c035cb58baccacb6831f7403d5c2247f4b2
opendj-config/src/main/java/org/forgerock/opendj/config/EnumPropertyDefinition.java
@@ -52,7 +52,7 @@
     *            The enumeration that should be used for values of this
     *            property definition.
     */
    public final static class Builder<E extends Enum<E>> extends AbstractBuilder<E, EnumPropertyDefinition<E>> {
    public static final class Builder<E extends Enum<E>> extends AbstractBuilder<E, EnumPropertyDefinition<E>> {
        /** The enumeration class. */
        private Class<E> enumClass;