mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/ProtocolOp.java
@@ -87,7 +87,6 @@
  public static ProtocolOp decode(ASN1Element element)
         throws LDAPException
  {
    if (element == null)
    {
      int    msgID   = MSGID_LDAP_PROTOCOL_OP_DECODE_NULL;
@@ -212,7 +211,6 @@
   */
  public String toString()
  {
    StringBuilder buffer = new StringBuilder();
    toString(buffer);
    return buffer.toString();