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/package-info.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/protocol/package-info.java b/opends/src/server/org/opends/server/replication/protocol/package-info.java
index 5f9b53c..32a85d2 100644
--- a/opends/src/server/org/opends/server/replication/protocol/package-info.java
+++ b/opends/src/server/org/opends/server/replication/protocol/package-info.java
@@ -37,10 +37,10 @@
  * implements the ProtocolSession interface that is
  * used by the changelog server and the directory server to communicate.
  * This is done by using the innate encoding/decoding capabilities of the
- * SynchronizationMessages objects. This class is used by both the
- * changelog and the synchronization package.
+ * ReplicationMessages objects. This class is used by both the
+ * changelog and the replication package.
  * </li>
- * <li><A HREF="SynchronizationMessage.html"><B>SynchronizationMessage</B></A>
+ * <li><A HREF="ReplicationMessage.html"><B>ReplicationMessage</B></A>
  * This class and the class that inherit from it contain the
  * messages that are used for communication between the changelog and the
  * Directory Server as well as the methods fro encoding/decoding them.

--
Gitblit v1.10.0