mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
28.22.2013 89ba98994429b78daa648e6d8ee7ee2a91839a9d
Fix checkstyle compliance
1 files modified
6 ■■■■ changed files
opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java 6 ●●●● patch | view | raw | blame | history
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>();
  }