In the draft "draft-ietf-ldapext-ldap-java-api-08.txt", looking
at Section 4.1.1 (Constructors for the LDAPAttribute class), I'm wondering if a
constructor is missing from the list? Specifically, the constructor which would
construct an LDAPAttribute taking an attrName and an "array of values as
raw byte arrays" as parameters. I don't see that constructor in the list,
but I do see the attrBytesArray specified in the parameter list as a potential
parameter for some constructor.
It seems we should either add the constructor public LDAPAttribute(String
attrName, byte[][] attrBytesArray) or remove attrBytesArray.
Steve
|