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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/replication/server/MonitorTest.java
@@ -58,7 +58,7 @@
@SuppressWarnings("javadoc")
public class MonitorTest extends ReplicationTestCase
{
  /** The tracer object for the debug logger */
  /** The tracer object for the debug logger. */
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  private static final String baseDnStr = TEST_ROOT_DN_STRING;
@@ -220,7 +220,7 @@
  }
  /**
   * Disconnect DS from the replicationServer
   * Disconnect DS from the replicationServer.
   */
  private void disconnectFromReplServer() throws Exception
  {
@@ -385,7 +385,7 @@
  }
  /**
   * Disconnect broker and remove entries from the local DB
   * Disconnect broker and remove entries from the local DB.
   */
  private void postTest() throws Exception
  {