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/TraditionalWorkQueueMonitor.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;
@@ -94,16 +94,16 @@
  // The maximum backlog observed by polling the queue.
  /** The maximum backlog observed by polling the queue. */
  private int maxBacklog;
  // The total number of times the backlog has been polled.
  /** The total number of times the backlog has been polled. */
  private long numPolls;
  // The total backlog observed from periodic polling.
  /** The total backlog observed from periodic polling. */
  private long totalBacklog;
  // The traditional work queue instance with which this monitor is associated.
  /** The traditional work queue instance with which this monitor is associated. */
  private TraditionalWorkQueue workQueue;
@@ -122,9 +122,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public void initializeMonitorProvider(MonitorProviderCfg configuration)
         throws ConfigException, InitializationException
  {
@@ -148,9 +146,7 @@
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public void run()
  {
    int backlog = workQueue.size();