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/InitializeRequestMessage.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/protocol/InitializeRequestMessage.java b/opends/src/server/org/opends/server/replication/protocol/InitializeRequestMessage.java
index a0c5246..ce04bea 100644
--- a/opends/src/server/org/opends/server/replication/protocol/InitializeRequestMessage.java
+++ b/opends/src/server/org/opends/server/replication/protocol/InitializeRequestMessage.java
@@ -34,7 +34,7 @@
 import org.opends.server.types.DirectoryException;
 
 /**
- * This message is part of the synchronization protocol.
+ * This message is part of the replication protocol.
  * This message is sent by a server to another server in order to
  * request this other server to do an export to the server sender
  * of this message.
@@ -49,7 +49,7 @@
   /**
    * Creates a InitializeRequestMessage message.
    *
-   * @param baseDn The base DN of the synchronization domain.
+   * @param baseDn The base DN of the replication domain.
    * @param destination destination of this message
    * @param senderID serverID of the server that will send this message
    */

--
Gitblit v1.10.0