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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/replication/service/HeartbeatMonitor.java
@@ -55,15 +55,12 @@
   */
  private final long heartbeatInterval;
  // Info required for logging.
  /** Info required for logging. */
  private final int serverID;
  private final int replicationServerID;
  private final String baseDN;
  /**
   * Thread life-cycle state.
   */
  /** Thread life-cycle state. */
  private volatile boolean shutdown;
  private final Object shutdownLock = new Object();
@@ -110,9 +107,7 @@
    }
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public void run()
  {