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

Jean-Noel Rouvignac
06.19.2014 d6bda618737d3dbb319864f13305f679e916f808
opendj3-server-dev/src/server/org/opends/server/replication/service/CTHeartbeatPublisherThread.java
@@ -42,7 +42,7 @@
 * <p>
 * These heartbeat messages are sent by a replica directory server.
 */
public class CTHeartbeatPublisherThread extends DirectoryThread
class CTHeartbeatPublisherThread extends DirectoryThread
{
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
@@ -71,8 +71,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;
@@ -171,7 +171,7 @@
   * Call this method to stop the thread.
   * This method is blocking until the thread has stopped.
   */
  public void shutdown()
  void shutdown()
  {
    synchronized (shutdownLock)
    {