RFR: JDK-8266670: Better modeling of access flags in core reflection [v25]
Joe Darcy
darcy at openjdk.org
Thu Jun 16 21:44:57 UTC 2022
On Thu, 16 Jun 2022 08:21:49 GMT, ExE Boss <duke at openjdk.org> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Respond to review feedback.
>
> src/java.base/share/classes/java/lang/reflect/Member.java line 92:
>
>> 90: * @implSpec
>> 91: * The default implementation returns throws {@link
>> 92: * UnsupportedOperationException}.
>
> Typo:
> Suggestion:
>
> * The default implementation throws {@link UnsupportedOperationException}.
Thanks @ExE-Boss; will fix.
-------------
PR: https://git.openjdk.org/jdk/pull/7445
More information about the core-libs-dev
mailing list