From f8beabcaa885bfef30f2bd4011d040186cf9ea78 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 21 Apr 2009 19:16:11 +0000
Subject: [PATCH] Fix for issue 3011:
---
opends/src/server/org/opends/server/monitors/EntryCacheMonitorProvider.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/monitors/EntryCacheMonitorProvider.java b/opends/src/server/org/opends/server/monitors/EntryCacheMonitorProvider.java
index 1089c55..613cf78 100644
--- a/opends/src/server/org/opends/server/monitors/EntryCacheMonitorProvider.java
+++ b/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.
--
Gitblit v1.10.0