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/AbstractAttribute.java
@@ -265,6 +265,13 @@
    /**
     * {@inheritDoc}
     */
    public AttributeParser parse() {
        return AttributeParser.parseAttribute(this);
    }
    /**
     * {@inheritDoc}
     */
    @Override
    public abstract Iterator<ByteString> iterator();