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/ModifyContext.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyContext.java b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyContext.java index 05bbd9a..5a6f1ff 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyContext.java +++ b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyContext.java @@ -29,7 +29,7 @@ import org.opends.server.replication.common.ChangeNumber; /** - * This class describe the synchronization context that is attached to + * This class describe the replication context that is attached to * Modify operation. */ public class ModifyContext extends OperationContext -- Gitblit v1.10.0