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

Jean-Noel Rouvignac
20.09.2014 d709a2e4eecc9773af376587c476e33f0ccefce5
opends/src/server/org/opends/server/replication/service/CTHeartbeatPublisherThread.java
@@ -45,7 +45,7 @@
 * <p>
 * These heartbeat messages are sent by a replica directory server.
 */
public class CTHeartbeatPublisherThread extends DirectoryThread
class CTHeartbeatPublisherThread extends DirectoryThread
{
  /**
   * The tracer object for the debug logger.
@@ -77,8 +77,8 @@
   *                          (in milliseconds).
   * @param serverId The serverId of the sender domain.
   */
  public CTHeartbeatPublisherThread(String threadName, Session session,
                  long heartbeatInterval, int serverId)
  CTHeartbeatPublisherThread(String threadName, Session session,
      long heartbeatInterval, int serverId)
  {
    super(threadName);
    this.session = session;
@@ -180,7 +180,7 @@
   * Call this method to stop the thread.
   * This method is blocking until the thread has stopped.
   */
  public void shutdown()
  void shutdown()
  {
    synchronized (shutdownLock)
    {