ICU-11532 Fixed a minor JavaDoc comment problem found during code review. The warning is gone now.

X-SVN-Rev: 37154
This commit is contained in:
Yoshito Umaoka 2015-03-06 04:11:24 +00:00
parent 9f30cd935f
commit a2a9fba351

View File

@ -106,7 +106,7 @@ final class NFRule {
* rule list
* @param ownersOwner The RuleBasedNumberFormat that owns the
* rule set that owns the new rule(s)
* @return An instance of NFRule, or an array of NFRules
* @param returnList A list of NFRules
*/
public static void makeRules(String description,
NFRuleSet owner,