[jdk8u-ri] RFR: 8305681: Allow additional characters for GB18030-2022 (Level 2) support [v2]

Naoto Sato naoto at openjdk.org
Fri Apr 7 17:25:52 UTC 2023


On Fri, 7 Apr 2023 17:12:03 GMT, Iris Clark <iris at openjdk.org> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Missing 8
>
> jdk/src/share/classes/java/lang/Character.java line 2582:
> 
>> 2580:          * character block.
>> 2581:          * @apiNote This field is defined in Java SE 8 Maintenance Release 5.
>> 2582:          * @since 1.8
> 
> Shouldn't this be `8` instead of `1.8`?

IIUC, `@since` tags for JDK 8 all use `1.8`, but happy to revise it if MRs prefer `8` instead.

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

PR Review Comment: https://git.openjdk.org/jdk8u-ri/pull/13#discussion_r1160846844


More information about the jdk8u-dev mailing list