From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs

---
 opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.java
index be90671..ebcca44 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.java
@@ -92,7 +92,7 @@
 public abstract class ReplicationTestCase extends DirectoryServerTestCase
 {
 
-  /** The tracer object for the debug logger */
+  /** The tracer object for the debug logger. */
   private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
 
   /**
@@ -109,8 +109,8 @@
   public static final long EMPTY_DN_GENID = GenerationIdChecksum.EMPTY_BACKEND_GENERATION_ID;
 
   /**
-  * The internal connection used for operation
-  */
+   * The internal connection used for operation.
+   */
   protected InternalClientConnection connection;
 
   /** Created entries that will be deleted on class cleanup. */
@@ -128,7 +128,7 @@
       System.getProperty(REPLICATION_DB_IMPL_PROPERTY, ReplicationDBImplementation.LOG.name()));
 
   /**
-   * Replication monitor stats
+   * Replication monitor stats.
    */
   private DN monitorDN;
   private String monitorAttr;
@@ -160,7 +160,7 @@
   protected boolean callParanoiaCheck = true;
 
   /**
-   * The replication plugin entry
+   * The replication plugin entry.
    */
   protected static final String SYNCHRO_PLUGIN_DN =
     "cn=Multimaster Synchronization, cn=Synchronization Providers,cn=config";
@@ -302,7 +302,7 @@
   }
 
   /**
-   * suppress all the config entries created by the tests in this class
+   * Suppress all the config entries created by the tests in this class.
    */
   protected void cleanConfigEntries() throws Exception
   {
@@ -319,7 +319,7 @@
   }
 
   /**
-   * suppress all the real entries created by the tests in this class
+   * Suppress all the real entries created by the tests in this class.
    */
   protected void cleanRealEntries() throws Exception
   {
@@ -398,7 +398,7 @@
 
   /**
    * Cleanup databases of the currently instantiated replication servers in the
-   * VM
+   * VM.
    */
   protected void cleanUpReplicationServersDB() throws Exception
   {
@@ -799,7 +799,7 @@
   }
 
   /**
-   * Add to the current DB the entries necessary to the test
+   * Add to the current DB the entries necessary to the test.
    */
   protected void addTestEntriesToDB(String... ldifEntries) throws Exception
   {

--
Gitblit v1.10.0