opendj-sdk/opends/src/server/org/opends/server/replication/protocol/HeartbeatMonitor.java
@@ -74,8 +74,8 @@ * Create a heartbeat monitor thread. * @param threadName The name of the heartbeat thread. * @param session The session on which heartbeats are to be monitored. * @param heartbeatInterval The expected interval between heartbeats in * milliseconds. * @param heartbeatInterval The expected interval between heartbeats received * (in milliseconds). */ public HeartbeatMonitor(String threadName, ProtocolSession session, long heartbeatInterval) @@ -93,7 +93,6 @@ shutdown = true; } /** * {@inheritDoc} */