On Tue, 26 Apr 2022 18:46:02 GMT, Bradford Wetmore <[email protected]> wrote:
>> Mark Powers has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Alan Bateman comments
>
> src/java.base/share/classes/javax/net/ssl/SSLSessionBindingEvent.java line 37:
>
>> 35: * {@link SSLSession#putValue(String, Object)}
>> 36: * or {@link SSLSession#removeValue(String)}, objects which
>> 37: * implement the SSLSessionBindingListener will receive an
>
> If you're up for it, you could fix the missing `<code></code>` or `@link`
> throughout this small file. Ignore otherwise.
I'll ignore for now. Javadoc issues are already being tracked for javax.crypto
with JDK-8284851. This bug could easily be expanded to include javax.net.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8384