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

pgamba
13.18.2010 f48282bf285ec58ba1911cfe3a3551ec9b86485d
Fix potential NPE on stopRSHeartBeatMonitoring in unit test and document service 
1 files modified
6 ■■■■ changed files
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 6 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Copyright 2008-2010 Sun Microsystems, Inc.
 */
package org.opends.server.replication.service;
@@ -2390,7 +2390,7 @@
   * It can be useful to disable the Replication Service when the
   * repository where the replicated information is stored becomes
   * temporarily unavailable and replicated updates can therefore not
   * be replayed during a while.
   * be replayed during a while. This method is not MT safe.
   */
  public void disableService()
  {
@@ -2420,7 +2420,7 @@
   * If some data have changed in the repository during the period of time when
   * the Replication Service was disabled, this {@link ServerState} should
   * therefore be updated by the Replication Domain subclass before calling
   * this method.
   * this method. This method is not MT safe.
   */
  public void enableService()
  {