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()); } /**