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

Matthew Swift
07.48.2012 046430396dd40a63d6f574bf53c4d3ad2977a130
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();
        }