<i18n dev> RFR: 8330954: since-checker - Fix remaining @ since tags in java.base [v6]

Nizar Benalla nbenalla at openjdk.org
Wed Jun 26 18:08:13 UTC 2024


On Wed, 26 Jun 2024 17:59:54 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> 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

Thanks, I will leave this open for a few more days to let more people from the relevant areas review it.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18954#discussion_r1655315793


More information about the i18n-dev mailing list