<i18n dev> RFR: 8330954: since-checker - Fix remaining @ since tags in java.base [v6]
Naoto Sato
naoto at openjdk.org
Wed Jun 26 18:02:13 UTC 2024
On Wed, 26 Jun 2024 17:53:07 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add new line when having multi-line doc comment
>
> src/java.base/share/classes/java/text/ChoiceFormat.java line 591:
>
>> 589: /**
>> 590: * @since 23
>> 591: */
>
> IIUC, this addition will add & inherit the javadoc from `NumberFormat`, which is not the case before. The description for NumberFormat does not fit with ChoiceFormat. Probably that needs to be addressed with a different issue.
My review is for the ChoiceFormat class only. So asking for more Reviews for other area
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18954#discussion_r1655309499
More information about the i18n-dev
mailing list