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

Ludovic Poitou
22.26.2012 f429f326d61ef675f8518ef6629bd829544a275e
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 *      Portions Copyright 2011-2012 ForgeRock AS
 */
package org.opends.server.replication;
@@ -584,7 +584,7 @@
      // Check that no entries have been found
      LinkedList<SearchResultEntry> entries = op.getSearchEntries();
      assertTrue(entries != null);
      StringBuffer sb = new StringBuffer();
      StringBuilder sb = new StringBuilder();
      for (SearchResultEntry entry : entries)
      {
        sb.append(entry.toLDIFString());