ICU-12634 Remove type check left over from previous enumeration mechanism.
X-SVN-Rev: 39156
This commit is contained in:
parent
eae3a7e3e6
commit
5595faed12
@ -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…
Reference in New Issue
Block a user