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

gbellato
04.12.2007 23b1e20ff9fe938572a0b62ec5a12f12154445df
opends/src/server/org/opends/server/replication/plugin/PendingChanges.java
@@ -106,7 +106,7 @@
   *
   * @return The number of update currently in the list.
   */
  public synchronized int size()
  public int size()
  {
    return pendingChanges.size();
  }