mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5183 forgot cast
X-SVN-Rev: 19602
This commit is contained in:
parent
9700894d85
commit
abc39e0da4
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public abstract class UResourceBundle extends ResourceBundle{
|
|||
*/
|
||||
protected static synchronized void addToCache(ClassLoader cl, String fullName, ULocale defaultLocale, UResourceBundle b){
|
||||
cacheKey.setKeyValues(cl, fullName, defaultLocale);
|
||||
addToCache(cacheKey.clone(), b);
|
||||
addToCache((ResourceCacheKey)cacheKey.clone(), b);
|
||||
}
|
||||
/**
|
||||
* @internal revisit for ICU 3.6
|
||||
|
|
Loading…
Add table
Reference in a new issue