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

Jean-Noel Rouvignac
21.43.2014 308ce712c042325574ec52a1b403b777ac1b81d8
opendj-config/src/main/java/org/forgerock/opendj/config/DNPropertyDefinition.java
@@ -43,16 +43,14 @@
     */
    private final DN baseDN;
    /**
     * An interface for incrementally constructing DN property definitions.
     */
    /** An interface for incrementally constructing DN property definitions. */
    public static final class Builder extends AbstractBuilder<DN, DNPropertyDefinition> {
        /**
         * Optional base DN which all valid values must be immediately
         * subordinate to.
         */
        private DN baseDN = null;
        private DN baseDN;
        /** Private constructor. */
        private Builder(AbstractManagedObjectDefinition<?, ?> d, String propertyName) {