From 89ba98994429b78daa648e6d8ee7ee2a91839a9d Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 28 Jun 2013 16:22:46 +0000
Subject: [PATCH] Fix checkstyle compliance
---
opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java b/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java
index 8e6d9d4..1b59b70 100644
--- a/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java
+++ b/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java
@@ -69,12 +69,12 @@
*/
static class SubTopoMonitorData
{
- /** This replication server DbState */
+ /** This replication server DbState. */
private ServerState replServerDbState;
- /** The data related to the LDAP servers connected to this RS */
+ /** The data related to the LDAP servers connected to this RS. */
private final Map<Integer, ServerData> ldapStates =
new HashMap<Integer, ServerData>();
- /** The data related to the RS servers connected to this RS */
+ /** The data related to the RS servers connected to this RS. */
private final Map<Integer, ServerData> rsStates =
new HashMap<Integer, ServerData>();
}
--
Gitblit v1.10.0