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/plugin/ModifyConflictTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/ModifyConflictTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/ModifyConflictTest.java
index 8f24569..d692623 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/ModifyConflictTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/ModifyConflictTest.java
@@ -164,7 +164,7 @@
   /**
    * Test that replace with null value is correctly seen as a delete
    * by doing first a replace with null, then add at at previous time
-   * then check that the add was ignored
+   * then check that the add was ignored.
    */
   @Test
   public void replaceWithNull() throws Exception
@@ -1266,7 +1266,7 @@
   }
 
   /**
-   * helper function.
+   * Helper function.
    */
   private void testHistoricalAndFake(Entry entry)
   {

--
Gitblit v1.10.0