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

Jean-Noel Rouvignac
24.23.2013 daff0f96ee3c6bfc59aeb3e37e52e3c9116d0978
opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java
@@ -326,11 +326,11 @@
  }
  /**
   * Read the first Change from the database.
   * Read the oldest CSN present in the database.
   *
   * @return the first CSN.
   * @return the oldest CSN in the DB, null if the DB is empty or closed
   */
  public CSN readFirstChange()
  public CSN readOldestCSN()
  {
    dbCloseLock.readLock().lock();
@@ -383,11 +383,11 @@
  /**
   * Read the last Change from the database.
   * Read the newest CSN present in the database.
   *
   * @return the last CSN.
   * @return the newest CSN in the DB, null if the DB is empty or closed
   */
  public CSN readLastChange()
  public CSN readNewestCSN()
  {
    dbCloseLock.readLock().lock();