From e3add78e22e130ef6ece000a7989f4f4317d4da8 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 04 Oct 2013 14:03:02 +0000
Subject: [PATCH] OPENDJ-1116 Introduce abstraction for the changelog DB

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

diff --git a/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDbEnv.java b/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDbEnv.java
index 0d72030..9c0a9be 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDbEnv.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDbEnv.java
@@ -190,8 +190,7 @@
   }
 
   /**
-   * Read the list of known servers from the database and start dbHandler for
-   * each of them.
+   * Read and return the list of known servers from the database.
    *
    * @return the {@link ChangelogState} read from the changelogState DB
    * @throws ChangelogException
@@ -591,7 +590,7 @@
      * @return the retrieved or created db.
      * @throws ChangelogException when a problem occurs.
      */
-    public Database getOrCreateDraftCNDb() throws ChangelogException
+    public Database getOrCreateCNIndexDB() throws ChangelogException
     {
       try
       {

--
Gitblit v1.10.0