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/InitOnLineTest.java |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
index 84a6862..aba0dbe 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
- *      Portions Copyright 2011-2014 ForgeRock AS
+ *      Portions Copyright 2011-2015 ForgeRock AS
  */
 package org.opends.server.replication;
 
@@ -85,9 +85,7 @@
 @SuppressWarnings("javadoc")
 public class InitOnLineTest 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 int WINDOW_SIZE = 10;
 
@@ -724,8 +722,8 @@
     }
   }
 
- /**
-   * Tests the import side of the InitializeTarget task
+  /**
+   * Tests the import side of the InitializeTarget task.
    */
   @Test(enabled=true, groups="slow")
   public void initializeTargetImport() throws Exception
@@ -774,7 +772,7 @@
   }
 
   /**
-   * Tests the import side of the InitializeTarget task
+   * Tests the import side of the InitializeTarget task.
    */
   @Test(enabled=false)
   public void initializeTargetConfigErrors() throws Exception
@@ -823,7 +821,7 @@
   }
 
   /**
-   * Tests the import side of the InitializeTarget task
+   * Tests the import side of the InitializeTarget task.
    */
   @Test(enabled=true)
   public void initializeConfigErrors() throws Exception

--
Gitblit v1.10.0