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

gbellato
18.55.2009 2a3a2051f7a96e9e467d6b42fd23a10507c6337c
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -2909,4 +2909,16 @@
  {
    return eClIncludes;
  }
  /**
   * Returns the ChangeNUmber of the last Change that was fully processed
   * by this ReplicationDomain.
   *
   * @return The ChangeNUmber of the last Change that was fully processed
   *         by this ReplicationDomain.
   */
  public ChangeNumber getLastLocalChange()
  {
    return state.getMaxChangeNumber(serverID);
  }
}