From 71ebb3724c79a7d1218c36f080acd6ee162b9cd2 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 26 Apr 2007 06:31:01 +0000
Subject: [PATCH] Rename the class with names containing synchronization or changelog. Replace most of the changelog occurences with replication server. (issue 1090)

---
 opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java b/opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java
index 9f08305..5448167 100644
--- a/opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java
+++ b/opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java
@@ -32,7 +32,7 @@
 
 /**
  * This message is part of the replication protocol.
- * This message is sent by a server or a changelog server when an error
+ * This message is sent by a server or a replication server when an error
  * is detected in the context of a total update.
  */
 public class ErrorMessage extends RoutableMessage implements
@@ -63,7 +63,7 @@
   /**
    * Create a InitializeMessage.
    *
-   * @param destination changelog server id
+   * @param destination replication server id
    * @param msgID error message ID
    * @param details details of the error
    */

--
Gitblit v1.10.0