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

Jean-Noel Rouvignac
09.35.2013 844e17d35395eebf235505e983e4be3f702d3978
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -2568,15 +2568,15 @@
  }
  /**
   * Returns the start state of the domain, made of the oldest CSN stored for
   * each serverId.
   * Returns the oldest known state for the domain, made of the oldest CSN
   * stored for each serverId.
   * <p>
   * Note: Because the replication changelogDB trimming always keep one change
   * whatever its date, the CSN contained in the returned state can be very old.
   *
   * @return the start state of the domain.
   */
  public ServerState getStartState()
  public ServerState getOldestState()
  {
    return domainDB.getDomainOldestCSNs(baseDN);
  }