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

neil_a_wilson
11.43.2007 ba04f8f7aeeea23a2b27dd68294d882e98481882
opends/src/server/org/opends/server/core/WorkflowTopologyNode.java
@@ -494,9 +494,9 @@
   * @param leftMargin  white spaces used to indent the traces
   * @return a string buffer that contains trace information
   */
  public StringBuffer toString(String leftMargin)
  public StringBuilder toString(String leftMargin)
  {
    StringBuffer sb = new StringBuffer();
    StringBuilder sb = new StringBuilder();
    // display the baseDN
    DN baseDN = getBaseDN();