From 3c05a6b5d3019cb924f56a70d5be916b2cd57217 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 30 May 2012 00:50:22 +0000 Subject: [PATCH] ICU-9258 fix typo in comment X-SVN-Rev: 31882 --- icu4c/source/i18n/digitlst.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/icu4c/source/i18n/digitlst.cpp b/icu4c/source/i18n/digitlst.cpp index 5d7eb92e93f..9aaf0491756 100644 --- a/icu4c/source/i18n/digitlst.cpp +++ b/icu4c/source/i18n/digitlst.cpp @@ -698,8 +698,7 @@ DigitList::set(int32_t source) // ------------------------------------- /** - * @param maximumDigits The maximum digits to be generated. If zero, - * there is no maximum -- generate all digits. + * Set an int64, via decnumber */ void DigitList::set(int64_t source) @@ -713,8 +712,7 @@ DigitList::set(int64_t source) } /** - * @param maximumDigits The maximum digits to be generated. If zero, - * there is no maximum -- generate all digits. + * Set an int64, with no decnumber */ void DigitList::setInteger(int64_t source) -- 2.40.0