mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-12634 Remove type check left over from previous enumeration mechanism.
X-SVN-Rev: 39156
This commit is contained in:
parent
eae3a7e3e6
commit
5595faed12
1 changed files with 0 additions and 5 deletions
|
@ -385,11 +385,6 @@ public class ICUResourceBundle extends UResourceBundle {
|
|||
path, getKey());
|
||||
}
|
||||
}
|
||||
if (sink == null) {
|
||||
if (rb.getType() != TABLE) {
|
||||
throw new UResourceTypeMismatchException("");
|
||||
}
|
||||
}
|
||||
UResource.Key key = new UResource.Key();
|
||||
ReaderValue readerValue = new ReaderValue();
|
||||
rb.getAllItemsWithFallback(key, readerValue, sink);
|
||||
|
|
Loading…
Add table
Reference in a new issue