ICU-6536 Fixed reset method due to recent changes to how the cache works.

X-SVN-Rev: 24584
This commit is contained in:
Brian Rower 2008-09-16 20:02:12 +00:00
parent be0227c676
commit 026fad3e3b

View file

@ -318,7 +318,7 @@ public abstract class UResourceBundle extends ResourceBundle{
public static void resetBundleCache()
{
//TODO figure a way around this method(see method comment)
BUNDLE_CACHE = null;
BUNDLE_CACHE = new SimpleCache();
}
private static void addToCache(ResourceCacheKey key, UResourceBundle b) {