mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
25.35.2007 5349c97806bb0a00038d8dc3dee4254fad187649
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.