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/plugin/package-info.java | 4 ++-- 1 files changed, 2 insertions(+), 2 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 d549149..a51030e 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 @@ -41,9 +41,9 @@ * <A HREF="ReplicationDomain.html"><B>ReplicationDomain</B></A> * contains the bulk of the Directory Server side of the * replication code. Most notably it contains the root method for - * publishing a change, processing a change received from the changelog + * publishing a change, processing a change received from the replicationServer * service, handle conflict resolution, handle protocol messages from the - * changelog server. + * replicationServer. * </li> * </ul> */ -- Gitblit v1.10.0