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/ProtocolWindowTest.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/ProtocolWindowTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/ProtocolWindowTest.java
index fca2db0..7dd9442 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/ProtocolWindowTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/ProtocolWindowTest.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2006-2009 Sun Microsystems, Inc.
- * Portions Copyright 2013-2014 ForgeRock AS.
+ * Portions Copyright 2013-2015 ForgeRock AS.
*/
package org.opends.server.replication;
@@ -61,7 +61,7 @@
/**
* Test the constructors, encoders and decoders of the Replication AckMsg,
- * ModifyMsg, ModifyDnMsg, AddMsg and Delete MSG
+ * ModifyMsg, ModifyDnMsg, AddMsg and Delete MSG.
*/
@SuppressWarnings("javadoc")
public class ProtocolWindowTest extends ReplicationTestCase
@@ -73,13 +73,13 @@
private static final int REPLICATION_QUEUE_SIZE = 100;
/**
- * A "person" entry
+ * A "person" entry.
*/
private Entry personEntry;
private int replServerPort;
- /** the base DN used for this test */
+ /** The base DN used for this test. */
private DN baseDN;
private ReplicationServer replicationServer;
--
Gitblit v1.10.0