ICU-5410 Remove documentation reference to ICUListResourceBundle

X-SVN-Rev: 20495
This commit is contained in:
George Rhoten 2006-10-05 22:18:25 +00:00
parent a7da3af3a0
commit b393881f49

View file

@ -656,8 +656,8 @@ public abstract class ICUResourceBundle extends UResourceBundle {
* accessed, then do: <code>
* UResourceBundle bundle = UResourceBundle.getBundleInstance("de__PHONEBOOK");
* ICUResourceBundle result = null;
* if(bundle instanceof ICUListResourceBundle){
* result = ((ICUListResourceBundle) bundle).getWithFallback("collations/default");
* if(bundle instanceof ICUResourceBundle){
* result = ((ICUResourceBundle) bundle).getWithFallback("collations/default");
* }
* </code>
*