mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-sdk/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(); }