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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/ldap/UnsupportedMessageException.java
@@ -50,7 +50,7 @@
  public UnsupportedMessageException(int id, byte tag,
      ByteString content)
  {
    super(com.sun.opends.sdk.util.Message.raw(
    super(org.opends.sdk.LocalizableMessage.raw(
        "Unsupported LDAP message: id=%d, tag=%d, content=%s", id, tag,
        content).toString());
    this.id = id;