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

diff --git a/opends/src/server/org/opends/server/replication/plugin/Historical.java b/opends/src/server/org/opends/server/replication/plugin/Historical.java
index a1213cc..40a27dc 100644
--- a/opends/src/server/org/opends/server/replication/plugin/Historical.java
+++ b/opends/src/server/org/opends/server/replication/plugin/Historical.java
@@ -248,7 +248,7 @@
      * operation so there is no need to check the historical information
      * for conflicts.
      * If this is a local operation, the this code is run during
-     * the pre-operation phase (TODO : should make sure that synchronization
+     * the pre-operation phase (TODO : should make sure that replication
      * is always run after all other plugins)
      * If this is a non-conflicting replicated operation, this code is run
      * during the handleConflictResolution().
@@ -939,7 +939,7 @@
   /**
    * Get the Entry Unique Id from an add operation.
    * This must be called after the entry uuid preop plugin (i.e no
-   * sooner than the synchronization provider pre-op)
+   * sooner than the replication provider pre-op)
    *
    * @param op The operation
    * @return The Entry Unique Id String form.

--
Gitblit v1.10.0