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

gbellato
20.44.2009 8f75a9918071b92a1320d08b6d75e69c1d8bd217
opends/src/server/org/opends/server/replication/plugin/RemotePendingChanges.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2007-2008 Sun Microsystems, Inc.
 *      Copyright 2007-2009 Sun Microsystems, Inc.
 */
package org.opends.server.replication.plugin;
@@ -91,6 +91,16 @@
  }
  /**
   * Returns the number of changes currently in this list.
   *
   * @return The number of changes currently in this list.
   */
  public synchronized int getQueueSize()
  {
    return pendingChanges.size();
  }
  /**
   * Add a new LDAPUpdateMsg that was received from the replication server
   * to the pendingList.
   *