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/DraftCNDB.java
@@ -49,7 +49,7 @@
/**
 * This class implements the interface between the underlying database
 * and the dbHandler class.
 * and the {@link JEChangeNumberIndexDB} class.
 * This is the only class that should have code using the BDB interfaces.
 */
public class DraftCNDB
@@ -76,7 +76,7 @@
    this.dbenv = dbenv;
    // Get or create the associated ReplicationServerDomain and Db.
    db = dbenv.getOrCreateDraftCNDb();
    db = dbenv.getOrCreateCNIndexDB();
  }
  /**
@@ -658,7 +658,7 @@
      dbenv.clearDb(oldDb);
      // RE-create the db
      db = dbenv.getOrCreateDraftCNDb();
      db = dbenv.getOrCreateCNIndexDB();
    }
    catch(Exception e)
    {