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

gbellato
25.35.2007 5349c97806bb0a00038d8dc3dee4254fad187649
opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
@@ -44,7 +44,7 @@
 * Abstract class that must be extended to define a message
 * used for sending Updates between servers.
 */
public abstract class UpdateMessage extends SynchronizationMessage
public abstract class UpdateMessage extends ReplicationMessage
                                    implements Serializable,
                                               Comparable<UpdateMessage>
{
@@ -71,7 +71,7 @@
  /**
   * Creates a new UpdateMessage with the given informations.
   *
   * @param ctx The Synchronization Context of the operation for which the
   * @param ctx The replication Context of the operation for which the
   *            update message must be created,.
   * @param dn The dn of the entry on which the change
   *           that caused the creation of this object happened
@@ -180,7 +180,7 @@
  /**
   * Get a boolean indicating if the Update must be processed as an
   * Asynchronous or as an assured synchronization.
   * Asynchronous or as an assured replication.
   *
   * @return Returns the assuredFlag.
   */