On Fri, 17 May 2024 10:14:43 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Kevin Walls has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - add an 'also' >> - typo > > src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java > line 979: > >> 977: * @throws IOException if a general communication exception >> occurred. >> 978: * @throws UnsupportedOperationException if {@code >> delegationSubjects} >> 979: * contains any non-null values. > > Suggestion: > > * @throws UnsupportedOperationException if {@code delegationSubjects} > * is non-null and contains any non-null values. Yes, thanks well spotted. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/19253#discussion_r1605235219