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

boli
23.08.2006 d217af86c97b60613818760a980977377d5f78e0
Added two more spaces after the New Superior attribute in toString method.

Fix for issue 711.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/ModifyDNRequestProtocolOp.java 2 ●●● patch | view | raw | blame | history
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);
    }