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

gbellato
25.35.2007 44789f3979a2303ba8501b6b97b880bb53f321fa
opendj-sdk/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;