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/HeartbeatMessage.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/protocol/HeartbeatMessage.java b/opends/src/server/org/opends/server/replication/protocol/HeartbeatMessage.java
index 19bd4ff..1729a63 100644
--- a/opends/src/server/org/opends/server/replication/protocol/HeartbeatMessage.java
+++ b/opends/src/server/org/opends/server/replication/protocol/HeartbeatMessage.java
@@ -30,12 +30,12 @@
import java.util.zip.DataFormatException;
/**
- * This message is sent at regular intervals by the synchronization server
+ * This message is sent at regular intervals by the replication server
* when it is sending no other messages. It allows the directory server to
* detect a problem sooner when a synchronization server has crashed or has
* been isolated from the network.
*/
-public class HeartbeatMessage extends SynchronizationMessage
+public class HeartbeatMessage extends ReplicationMessage
{
/**
* Create a new HeartbeatMessage.
--
Gitblit v1.10.0