<i18n dev> RFR: 8337285: Examine java.text.DecimalFormat API for api/implXxx tag usage [v3]
Naoto Sato
naoto at openjdk.org
Fri Jul 26 22:55:41 UTC 2024
On Fri, 26 Jul 2024 21:22:58 GMT, Justin Lu <jlu at openjdk.org> wrote:
>> Please review this PR which is a simple doc only change to java.text.DecimalFormat.
>>
>> Mainly, the DecimalFormat constructors have wording that recommends using the NumberFormat factory methods for a standard formatting. This would be better tagged as an `@apiNote`. Minor wording updates included as well.
>>
>> A corresponding [CSR](https://bugs.openjdk.org/browse/JDK-8337286) has also been drafted.
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> update see links with Locale arg link
src/java.base/share/classes/java/text/DecimalFormat.java line 478:
> 476: * @see NumberFormat#getCurrencyInstance(Locale)
> 477: * @see NumberFormat#getPercentInstance(Locale)
> 478: * @see NumberFormat#getPercentInstance(Locale)
This seems to be a dup
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20361#discussion_r1693663620
More information about the i18n-dev
mailing list