From 98a5896dca14ea8ac850d94ebd46713da552601d 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) --- opendj-sdk/opends/src/server/org/opends/server/replication/plugin/package-info.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/package-info.java b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/package-info.java index d549149..a51030e 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/package-info.java +++ b/opendj-sdk/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