From 33062439b97055cf275686ee624f4376ae5d5f7d Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 22 Jan 2008 09:42:30 +0000
Subject: [PATCH] - proper handling of in-core restarts and finalization.

---
 opends/src/server/org/opends/server/core/EntryCacheConfigManager.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/core/EntryCacheConfigManager.java b/opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
index feaee98..5f87b9e 100644
--- a/opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
+++ b/opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
@@ -88,12 +88,12 @@
   private DefaultEntryCache _defaultEntryCache = null;
 
   // The entry cache order map sorted by the cache level.
-  private static SortedMap<Integer, EntryCache<? extends
+  private SortedMap<Integer, EntryCache<? extends
     EntryCacheCfg>> cacheOrderMap = new TreeMap<Integer,
     EntryCache<? extends EntryCacheCfg>>();
 
   // The entry cache name to level map.
-  private static HashMap<String, Integer>
+  private HashMap<String, Integer>
     cacheNameToLevelMap = new HashMap<String, Integer>();
 
   // Global entry cache monitor provider name.

--
Gitblit v1.10.0