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/ServerStartMessage.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java b/opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java
index 385b85a..a2842ab 100644
--- a/opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java
+++ b/opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java
@@ -41,7 +41,7 @@
* to a changelog server to let them know who they are and what is their state
* (their RUV)
*/
-public class ServerStartMessage extends SynchronizationMessage implements
+public class ServerStartMessage extends ReplicationMessage implements
Serializable
{
private static final long serialVersionUID = 8649393307038290287L;
@@ -57,7 +57,7 @@
private ServerState serverState = null;
/**
- * The time in milliseconds between heartbeats from the synchronization
+ * The time in milliseconds between heartbeats from the replication
* server. Zero means heartbeats are off.
*/
private long heartbeatInterval = 0;
--
Gitblit v1.10.0