Description
While reading the API of Shared LDAP, I noticed a wrong code in the "public String getMessageTypeName();" method of the LdapMessage class.
Line 220 :
#
- case LdapConstants.COMPARE_RESPONSE:
- return "COMPARE_REQUEST";
#
the return should be : "COMPARE_RESPONSE".