[Date Prev][Date Next] [Chronological] [Thread] [Top]

Another error in Java LDAP Internet Drafts



One more error in draft-ietf-ldapext-ldap-java-api-asynch-ext-00.txt

   public static LDAPSearchResults search(LDAPUrl toGet,
                                          LDAPSearchListener listener,
                                          LDAPConstraints cons)
                                          throws LDAPException
 

should be

   public static LDAPSearchListener search(LDAPUrl toGet,
                                          LDAPSearchListener listener,
                                          LDAPConstraints cons)
                                          throws LDAPException
 
 

Rob