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/common/CSNGeneratorTest.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/common/CSNGeneratorTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/common/CSNGeneratorTest.java
index f3f427b..403b28c 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/common/CSNGeneratorTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/common/CSNGeneratorTest.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2009 Sun Microsystems, Inc.
- *      Portions Copyright 2013 ForgeRock AS
+ *      Portions Copyright 2013-2015 ForgeRock AS
  */
 package org.opends.server.replication.common;
 
@@ -36,7 +36,7 @@
 public class CSNGeneratorTest extends ReplicationTestCase
 {
   /**
-   * Test the adjust method of CSNGenerator
+   * Test the adjust method of CSNGenerator.
    */
   @Test
   public void adjustTest()
@@ -68,7 +68,7 @@
 
   /**
    * Test the correct behavior of the CSNGenerator when
-   * the seqnum is rolling over its limit
+   * the seqnum is rolling over its limit.
    */
   @Test
   public void adjustRollingSeqnum()

--
Gitblit v1.10.0