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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/ldap/UnexpectedResponseException.java
@@ -31,9 +31,9 @@
import java.io.IOException;
import org.opends.sdk.LocalizableMessage;
import org.opends.sdk.responses.Response;
import com.sun.opends.sdk.util.Message;
@@ -50,7 +50,7 @@
  public UnexpectedResponseException(int messageID, Response response)
  {
    super(Message.raw("Unexpected LDAP response: id=%d, message=%s",
    super(LocalizableMessage.raw("Unexpected LDAP response: id=%d, message=%s",
        messageID, response).toString());
    this.messageID = messageID;
    this.response = response;