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

Jean-Noel Rouvignac
26.29.2013 6e1a57e1c6e5450c0bc9320616416359a4e8a99a
opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java
@@ -286,7 +286,8 @@
   * ReplicationServer DB.
   *
   * @param startCSN
   *          The CSN from which the cursor must start.
   *          The CSN from which the cursor must start.If null, start from the
   *          oldest CSN
   * @throws ChangelogException
   *           When a problem occurs or the startCSN does not exist.
   * @return The ReplServerDBCursor.
@@ -1178,7 +1179,7 @@
   * Set the counter writing window size (public method for unit tests only).
   * @param size Size in number of record.
   */
  public void setCounterWindowSize(int size)
  public void setCounterRecordWindowSize(int size)
  {
    this.counterWindowSize = size;
  }