ICU-5183 forgot cast

X-SVN-Rev: 19602
This commit is contained in:
Doug Felt 2006-05-02 17:15:24 +00:00
parent 9700894d85
commit abc39e0da4

View file

@ -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