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

pgamba
02.58.2007 b48ce50fdf4d73e8be3799e3a7c6c2bf9d1b2965
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)
    {