From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs

---
 opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java b/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java
index 1ac3b3b..0dcf941 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java
@@ -46,26 +46,28 @@
 public class ConnectionHandlerMonitor
        extends MonitorProvider<MonitorProviderCfg>
 {
-  // The attribute type that will be used to report the established connections.
+  /** The attribute type that will be used to report the established connections. */
   private AttributeType connectionsType;
 
-  // The attribute type that will be used to report the listeners.
+  /** The attribute type that will be used to report the listeners. */
   private AttributeType listenerType;
 
-  // The attribute type that will be used to report the number of established
-  // client connections.
+  /**
+   * The attribute type that will be used to report the number of established
+   * client connections.
+   */
   private AttributeType numConnectionsType;
 
-  // The attribute type that will be used to report the protocol.
+  /** The attribute type that will be used to report the protocol. */
   private AttributeType protocolType;
 
-  // The attribute type that will be used to report the config dn .
+  /** The attribute type that will be used to report the config dn . */
   private AttributeType configDnType;
 
-  // The connection handler with which this monitor is associated.
+  /** The connection handler with which this monitor is associated. */
   private ConnectionHandler<?> connectionHandler;
 
-  // The name for this monitor.
+  /** The name for this monitor. */
   private String monitorName;
 
 
@@ -86,9 +88,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   @Override
   public void initializeMonitorProvider(MonitorProviderCfg configuration)
   {
@@ -117,9 +117,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   @Override
   public String getMonitorInstanceName()
   {
@@ -143,9 +141,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   @Override
   public List<Attribute> getMonitorData()
   {

--
Gitblit v1.10.0