mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPException.java @@ -107,7 +107,6 @@ */ public int getResultCode() { return resultCode; } @@ -120,7 +119,6 @@ */ public int getMessageID() { return messageID; } }