mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java @@ -3683,6 +3683,6 @@ */ public ChangeNumber getLastLocalChange() { return state.getMaxChangeNumber(serverID); return state.getChangeNumber(serverID); } }