opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Attributes.java
@@ -163,6 +163,10 @@ return AbstractAttribute.hashCode(this); } public AttributeParser parse() { return attribute.parse(); } public boolean isEmpty() { return attribute.isEmpty(); } @@ -286,6 +290,10 @@ return Iterators.unmodifiableIterator(attribute.iterator()); } public AttributeParser parse() { return attribute.parse(); } public boolean remove(final Object value) { throw new UnsupportedOperationException(); }