From 403f2977dffbdb72660538effbfdd6ea9473af3a Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 26 Aug 2013 13:51:36 +0000
Subject: [PATCH] Found problems in the replication ECL code. Also made the code more explicit.
---
opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java b/opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java
index f5382d7..4883047 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java
@@ -70,14 +70,14 @@
*
* @return Returns the first draftCN in the DB.
*/
- int getFirstKey();
+ int getFirstDraftCN();
/**
* Get the lastChange.
*
* @return Returns the last draftCN in the DB
*/
- int getLastKey();
+ int getLastDraftCN();
/**
* Add an update to the list of messages that must be saved to the db managed
--
Gitblit v1.10.0