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/FakeOperation.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java b/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java
index 115cff3..2e8b45e 100644
--- a/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java
+++ b/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java
@@ -27,7 +27,7 @@
package org.opends.server.replication.plugin;
import org.opends.server.replication.common.ChangeNumber;
-import org.opends.server.replication.protocol.SynchronizationMessage;
+import org.opends.server.replication.protocol.ReplicationMessage;
import org.opends.server.types.Modification;
@@ -65,14 +65,14 @@
}
/**
- * Generate a SynchronizationMessage from this fake operation.
- * The SynchronizationMessage is used to send the informations about
+ * Generate a ReplicationMessage from this fake operation.
+ * The ReplicationMessage is used to send the informations about
* this operation to the other servers.
*
- * @return A SynchronizationMessage that can be used to send information
+ * @return A ReplicationMessage that can be used to send information
* about this operation to remote servers.
*/
- abstract public SynchronizationMessage generateMessage();
+ abstract public ReplicationMessage generateMessage();
/**
* Add a modification to the list of modification included
--
Gitblit v1.10.0