From d081e339ffa4788a8d03ec1e1dbd3aacd043635f Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Tue, 26 Jun 2012 19:06:41 +0000 Subject: [PATCH] ICU-9233 Fixed a JavaDoc @link problem in PluralFormat X-SVN-Rev: 31997 --- icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java index 46f22ed6daa..194527cf222 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java @@ -621,7 +621,7 @@ public class PluralFormat extends UFormat { * i.e., a pattern that was applied previously will be removed, * and the NumberFormat is set to the default number format for * the locale. The resulting format behaves the same as one - * constructed from {@link #PluralFormat(ULocale, PluralType)} + * constructed from {@link #PluralFormat(ULocale, PluralRules.PluralType)} * with PluralType.CARDINAL. * @param ulocale the ULocale used to configure the * formatter. If ulocale is null, the -- 2.50.1