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/service/ComputeBestServerTest.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/service/ComputeBestServerTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/service/ComputeBestServerTest.java
index 71c9751..72d88a1 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/service/ComputeBestServerTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/service/ComputeBestServerTest.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008-2010 Sun Microsystems, Inc.
- * Portions Copyright 2013-2014 ForgeRock AS.
+ * Portions Copyright 2013-2015 ForgeRock AS.
*/
package org.opends.server.replication.service;
@@ -136,7 +136,7 @@
/**
* Test with one replication server, only replication server has a non null
- * CSN for ds server id
+ * CSN for ds server id.
*/
@Test
public void testNullCSNDS() throws Exception
@@ -283,7 +283,7 @@
Assertions.assertThat(evaluations).hasSize(entries.length);
}
- /** Contains ordinal for each message */
+ /** Contains ordinal for each message. */
private Map<Integer, Integer> getOrdinal(Map<Integer, LocalizableMessage> evaluations)
{
final Map<Integer, Integer> result = new LinkedHashMap<Integer, Integer>();
@@ -482,7 +482,7 @@
}
/**
- * Test with 3 replication servers (see data provider)
+ * Test with 3 replication servers (see data provider).
*/
@Test(dataProvider = "create3ServersData")
public void test3Servers(
@@ -584,7 +584,7 @@
}
/**
- * Test with 3 replication servers (see data provider)
+ * Test with 3 replication servers (see data provider).
*/
@Test(dataProvider = "test3ServersMoreCriteria")
public void test3ServersMoreCriteria(
@@ -1303,7 +1303,7 @@
}
/**
- * Test the method that chooses the best RS using the RS weights
+ * Test the method that chooses the best RS using the RS weights.
*/
@Test(dataProvider = "testComputeBestServerForWeightProvider")
public void testComputeBestServerForWeight(
--
Gitblit v1.10.0