From bc785127a3b6a0dcae555e1a62f0f29b40496e0e Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 7 Apr 2016 00:17:35 +0000 Subject: [PATCH] ICU-12446 fix typo X-SVN-Rev: 38605 --- icu4j/main/classes/core/src/com/ibm/icu/impl/UResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/impl/UResource.java b/icu4j/main/classes/core/src/com/ibm/icu/impl/UResource.java index 30d1185a489..0ba860fdd2b 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/impl/UResource.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/impl/UResource.java @@ -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) {} -- 2.40.0