From 2da62bc07d8ec56f15adb2c4128bf02fabb3885c Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 01 Jul 2014 08:57:03 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1471 File based changelog : improve cursor behavior CR-3911
---
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
index 0c8df53..4639e7e 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
@@ -96,8 +96,6 @@
* replication domain starting after the provided {@link ServerState} for each
* replicaDBs.
* <p>
- * The cursor is already advanced to the records after the serverState.
- * <p>
* When the cursor is not used anymore, client code MUST call the
* {@link DBCursor#close()} method to free the resources and locks used by the
* cursor.
@@ -119,8 +117,6 @@
* Generates a {@link DBCursor} for one replicaDB for the specified
* replication domain and serverId starting after the provided {@link CSN}.
* <p>
- * The cursor is already advanced to the records after the CSN.
- * <p>
* When the cursor is not used anymore, client code MUST call the
* {@link DBCursor#close()} method to free the resources and locks used by the
* cursor.
--
Gitblit v1.10.0