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

Jean-Noel Rouvignac
26.29.2013 4fed0daa395855cd567621b0b38d405c9af254f4
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;
  }