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

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

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