mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-6536 Fixed reset method due to recent changes to how the cache works.
X-SVN-Rev: 24584
This commit is contained in:
parent
be0227c676
commit
026fad3e3b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue