From 44789f3979a2303ba8501b6b97b880bb53f321fa 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

---
 opendj-sdk/opends/src/server/org/opends/server/replication/protocol/OperationContext.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/OperationContext.java b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/OperationContext.java
index 1487952..78e96e9 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/OperationContext.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/OperationContext.java
@@ -30,7 +30,7 @@
 import org.opends.server.types.Operation;
 
 /**
- * This class describe the Synchronization context that is attached
+ * This class describe the replication context that is attached
  * to each Operation using the SYNCHROCONTEXT key.
  */
 public abstract class OperationContext
@@ -38,7 +38,7 @@
   /**
    * The identifier used to attach the context to operations.
    */
-  public static final String SYNCHROCONTEXT = "synchronizationContext";
+  public static final String SYNCHROCONTEXT = "replicationContext";
 
   /**
    * The change Number of the Operation.

--
Gitblit v1.10.0