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

boli
23.08.2006 cc0394af4e06234fa943e77ba2922f2817c19b7d
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);
    }