On Thu, 16 Jun 2022 08:21:49 GMT, ExE Boss <d...@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