mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
04.03.2013 e3add78e22e130ef6ece000a7989f4f4317d4da8
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
      {