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

diff --git a/opends/src/server/org/opends/server/replication/plugin/package-info.java b/opends/src/server/org/opends/server/replication/plugin/package-info.java
index 297e465..d549149 100644
--- a/opends/src/server/org/opends/server/replication/plugin/package-info.java
+++ b/opends/src/server/org/opends/server/replication/plugin/package-info.java
@@ -26,21 +26,21 @@
  */
 
 /**
- * This package contains the part of the Multimaster
- * synchronization code that works on the Directory Server side.
+ * This package contains the part of the Multi-master
+ * replication code that works on the Directory Server side.
  * <br>
  * The main classes of this core are :
  * <ul>
  * <li>
- * <A HREF="MultimasterSynchronization.html"><B>MultimasterSynchronization
+ * <A HREF="MultimasterReplication.html"><B>MultimasterReplication
  * </B></A>contains the synchronization provider
  * code and more generally all the code that makes the glue between the core
- * server and the synchronization code.
+ * server and the replication code.
  * </li>
  * <li>
- * <A HREF="SynchronizationDomain.html"><B>SynchronizationDomain</B></A>
+ * <A HREF="ReplicationDomain.html"><B>ReplicationDomain</B></A>
  * contains the bulk of the Directory Server side of the
- * synchronization code. Most notably it contains the root method for
+ * replication code. Most notably it contains the root method for
  * publishing a change, processing a change received from the changelog
  * service, handle conflict resolution, handle protocol messages from the
  * changelog server.

--
Gitblit v1.10.0