RFR: 8347471: Provide valid flags and mask in AccessFlag.Location [v9]
Chen Liang
liach at openjdk.org
Mon Apr 28 22:13:52 UTC 2025
On Mon, 28 Apr 2025 21:48:40 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Wording updates, thanks Roger
>
> src/java.base/share/classes/java/lang/reflect/AccessFlag.java line 342:
>
>> 340: /**
>> 341: * {@return kinds of constructs this flag can be applied to in the
>> 342: * current class file format version}
>
> Suggestion:
>
> * {@return Locations this flag can be applied to in the
> * current class file format version}
FYI we need to use lowercase in this tag, otherwise rendered output would be
Returns Locations this flag can be applied to in the current class file format version.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23095#discussion_r2064869716
More information about the core-libs-dev
mailing list