From 51146cca362c6b1666a239c7a5fadcab14b390d2 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Wed, 02 Jul 2014 08:18:44 +0000
Subject: [PATCH] OPENDJ-1471 File based changelog : improve cursor behavior CR-3920

---
 opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java b/opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java
index a1abe41..23be4f7 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java
@@ -89,7 +89,7 @@
    *
    * @param startChangeNumber
    *          The position where the iterator must start.
-   * @return a new ReplicationIterator that allows to browse this DB managed by
+   * @return a new DBCursor that allows to browse this DB managed by
    *         this object and starting at the position defined by a given
    *         changeNumber.
    * @throws ChangelogException

--
Gitblit v1.10.0