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

boli
21.16.2009 f6dbdd26a7e9f8ff4aa02c48d1348c163b8cb9fb
opendj-sdk/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.