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/protocol/RoutableMessage.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java b/opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java
index 76f4939..581c096 100644
--- a/opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java
+++ b/opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java
@@ -29,11 +29,11 @@
import java.io.Serializable;
/**
- * This is an abstract class of messages of the synchronization protocol
+ * This is an abstract class of messages of the replication protocol
* for message that needs to contain information about the server that
* send them and the destination servers to whitch they should be sent.
*/
-public abstract class RoutableMessage extends SynchronizationMessage implements
+public abstract class RoutableMessage extends ReplicationMessage implements
Serializable
{
@@ -47,7 +47,7 @@
*/
public static final short UNKNOWN_SERVER = -1;
/**
- * Specifies all servers in the synchronization domain.
+ * Specifies all servers in the replication domain.
*/
public static final short ALL_SERVERS = -2;
/**
--
Gitblit v1.10.0