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

Gaetan Boismal
16.10.2015 a0d528f73f5010e3833e53a5eaa5cd6c24fc564b
OPENDJ-1652: Fix bug
1 files modified
2 ■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/ObjectClass.java 2 ●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/ObjectClass.java
@@ -283,7 +283,7 @@
         * @return This builder.
         */
        public Builder removeRequiredAttribute(String attributeNameOrOID) {
            this.optionalAttributes.remove(attributeNameOrOID);
            this.requiredAttributes.remove(attributeNameOrOID);
            return this;
        }