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

Nicolas Capponi
10.02.2014 274227c07205d3dbd7125ed75ed6d2acdd3c9ce0
opendj3-server-dev/src/server/org/opends/server/protocols/ldap/CompareRequestProtocolOp.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 */
package org.opends.server.protocols.ldap;
@@ -29,7 +30,7 @@
import java.io.IOException;
import org.opends.server.protocols.asn1.*;
import org.opends.server.types.ByteString;
import org.forgerock.opendj.ldap.ByteString;
import static org.opends.server.loggers.debug.DebugLogger.*;
import org.opends.server.loggers.debug.DebugTracer;
@@ -209,7 +210,7 @@
    buffer.append(indentBuf);
    buffer.append("  Assertion Value:");
    buffer.append(EOL);
    assertionValue.toHexPlusAscii(buffer, indent+4);
    buffer.append(assertionValue.toHexPlusAsciiString(indent+4));
  }
}