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

Jean-Noel Rouvignac
03.46.2014 88cdfff756887b6d8d1cedc3bb6d5db82ecdac48
opendj3-server-dev/src/server/org/opends/server/replication/common/ServerState.java
@@ -37,7 +37,7 @@
import org.opends.server.protocols.asn1.ASN1Writer;
import org.opends.server.replication.protocol.ProtocolVersion;
import org.forgerock.opendj.ldap.ByteString;
import org.opends.server.util.StaticUtils;
import org.forgerock.util.Utils;
/**
 * This class is used to associate serverIds with {@link CSN}s.
@@ -317,7 +317,7 @@
  @Override
  public String toString()
  {
    return StaticUtils.collectionToString(serverIdToCSN.values(), " ");
    return Utils.joinAsString(" ", serverIdToCSN.values());
  }
  /**