From: Shane Carr Date: Wed, 29 Aug 2018 05:36:33 +0000 (-0700) Subject: ICU-11276 Fixing typos in numberformatter.h X-Git-Tag: release-63-rc~63^2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d34740002849068f713103b0f758b97da34c4db;p=icu ICU-11276 Fixing typos in numberformatter.h --- diff --git a/icu4c/source/i18n/unicode/numberformatter.h b/icu4c/source/i18n/unicode/numberformatter.h index 4dd03ce8472..2d37126a379 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.