]> granicus.if.org Git - icu/commitdiff
ICU-12446 fix typo
authorMarkus Scherer <markus.icu@gmail.com>
Thu, 7 Apr 2016 00:17:35 +0000 (00:17 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Thu, 7 Apr 2016 00:17:35 +0000 (00:17 +0000)
X-SVN-Rev: 38605

icu4j/main/classes/core/src/com/ibm/icu/impl/UResource.java

index 30d1185a489e11f09b96c6b0a53f5e5415474c69..0ba860fdd2b9d07af5e9d7af025aaa0ef645a58a 100644 (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) {}