opends/src/server/org/opends/server/replication/common/ServerState.java
@@ -41,7 +41,7 @@ /** * ServerState class. * This object is used to store the last update seem on this server * This object is used to store the last update seen on this server * from each server. * It is exchanged with the replication servers at connection establishment * time. @@ -204,7 +204,7 @@ */ public ArrayList<ASN1OctetString> toASN1ArrayList() { ArrayList<ASN1OctetString> values = new ArrayList<ASN1OctetString>(); ArrayList<ASN1OctetString> values = new ArrayList<ASN1OctetString>(0); synchronized (this) {