opendj3-server-dev/src/server/org/opends/server/replication/protocol/UpdateMsg.java
@@ -294,4 +294,14 @@ { return payload; } /** * Whether the current message can update the "ds-sync-state" attribute. * * @return true if current message can update the "ds-sync-state" attribute, false otherwise. */ public boolean contributesToDomainState() { return true; } }