From 5349c97806bb0a00038d8dc3dee4254fad187649 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 25 Apr 2007 16:35:36 +0000
Subject: [PATCH] Second set of renaming for issue 1090  Rename org.opends.server.replication.changelog into org.opends.server.synchronization.changelog Use replication instead of synchronization in many places in the code/comment/file names

---
 opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java b/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
index d468e10..805bcaa 100644
--- a/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
+++ b/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.
    */

--
Gitblit v1.10.0