ICU-12446 fix typo

X-SVN-Rev: 38605
This commit is contained in:
Markus Scherer 2016-04-07 00:17:35 +00:00
parent f4376e1e6f
commit bc785127a3

View file

@ -326,7 +326,7 @@ public final class UResource {
* The size can be used to allocate storage for the items.
* It may differ between child and parent bundles.
*
* @param size number of table items
* @param size number of array items
*/
public void enter(int size) {}