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); } }