From 7d34740002849068f713103b0f758b97da34c4db Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Tue, 28 Aug 2018 22:36:33 -0700 Subject: [PATCH] ICU-11276 Fixing typos in numberformatter.h --- icu4c/source/i18n/unicode/numberformatter.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/icu4c/source/i18n/unicode/numberformatter.h b/icu4c/source/i18n/unicode/numberformatter.h index 4dd03ce847..2d37126a37 100644 --- a/icu4c/source/i18n/unicode/numberformatter.h +++ b/icu4c/source/i18n/unicode/numberformatter.h @@ -1423,7 +1423,8 @@ struct U_I18N_API MacroProps : public UMemory { /** * An abstract base class for specifying settings related to number formatting. This class is implemented by - * {@link UnlocalizedNumberFormatter} and {@link LocalizedNumberFormatter}. + * {@link UnlocalizedNumberFormatter} and {@link LocalizedNumberFormatter}. This class is not intended for + * public subclassing. */ template class U_I18N_API NumberFormatterSettings { @@ -2124,13 +2125,6 @@ class U_I18N_API UnlocalizedNumberFormatter * Associate the given locale with the number formatter. The locale is used for picking the appropriate symbols, * formats, and other data for number display. * - *

- * To use the Java default locale, call Locale::getDefault(): - * - *

-     * NumberFormatter::with(). ... .locale(Locale::getDefault())
-     * 
- * * @param locale * The locale to use when loading data for number formatting. * @return The fluent chain.