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

boli
23.08.2006 d217af86c97b60613818760a980977377d5f78e0
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/ModifyDNRequestProtocolOp.java
@@ -474,7 +474,7 @@
    if (newSuperior != null)
    {
      buffer.append(indentBuf);
      buffer.append("  New Superior:");
      buffer.append("  New Superior:  ");
      newSuperior.toString(buffer);
      buffer.append(EOL);
    }