From 6e1a57e1c6e5450c0bc9320616416359a4e8a99a Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 26 Sep 2013 15:29:01 +0000
Subject: [PATCH] OPENDJ-1116 Introduce abstraction for the changelog DB

---
 opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java b/opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java
index 78a2167..d2fe3b8 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java
+++ b/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;
   }

--
Gitblit v1.10.0