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

boli
21.16.2009 f8beabcaa885bfef30f2bd4011d040186cf9ea78
opends/src/server/org/opends/server/monitors/EntryCacheMonitorProvider.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.server.monitors;
@@ -58,8 +58,8 @@
  // The entry cache with which this monitor is associated.
  private EntryCache<? extends EntryCacheCfg> entryCache;
  // Global entry cache monitor configuration.
  private static EntryCacheMonitorProviderCfg monitorConfiguration;
  // Entry cache monitor configuration.
  private EntryCacheMonitorProviderCfg monitorConfiguration;
  /**
   * Creates default instance of this monitor provider.