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

Valery Kharseko
yesterday 7606bd26f14a4b9755577bc7dad8ea57c36e7ba1
opendj-server-legacy/src/main/java/org/opends/server/replication/server/MessageHandler.java
@@ -759,6 +759,10 @@
  /**
   * Update the serverState with the last message sent.
   * <p>
   * What this returns decides whether {@code getNextMessage()} hands the message to the writer
   * at all: a message the state of the consumer already covers is not sent to it. A handler can
   * narrow that further for its kind of consumer - {@link DataServerHandler} does.
   *
   * @param msg the last update sent.
   * @return boolean indicating if the update was meaningful.