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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/monitors/ClientConnectionMonitorProvider.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.monitors;
@@ -56,8 +56,10 @@
    MonitorProvider<ClientConnectionMonitorProviderCfg>
{
  // The connection handler associated with this monitor, or null if all
  // connection handlers should be monitored.
  /**
   * The connection handler associated with this monitor, or null if all
   * connection handlers should be monitored.
   */
  private final ConnectionHandler<?> handler;
@@ -86,9 +88,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public void initializeMonitorProvider(
      ClientConnectionMonitorProviderCfg configuration)