opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/DeleteResponseProtocolOp.java
@@ -22,7 +22,7 @@ * * * Copyright 2006-2008 Sun Microsystems, Inc. * Portions Copyright 2014 ForgeRock AS * Portions Copyright 2014-2015 ForgeRock AS */ package org.opends.server.protocols.ldap; import org.forgerock.i18n.LocalizableMessage; @@ -258,7 +258,7 @@ if (matchedDN != null) { buffer.append(", matchedDN="); buffer.append(matchedDN.toString()); buffer.append(matchedDN); } if ((referralURLs != null) && (! referralURLs.isEmpty()))