mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5410 Remove documentation reference to ICUListResourceBundle
X-SVN-Rev: 20495
This commit is contained in:
parent
a7da3af3a0
commit
b393881f49
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue