RFR: JDK-8285504 Minor cleanup could be done in javax.net [v2]
Bradford Wetmore
wetmore at openjdk.java.net
Wed Apr 27 16:46:44 UTC 2022
On Wed, 27 Apr 2022 15:22:08 GMT, Mark Powers <duke at openjdk.java.net> wrote:
>> 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.
Ok. I'm going to do a little surgery in a java.security this morning, but JDK-8284851 could probably be expanded to address both the JCA/JCE code. (java/security, javax/crypto).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8384
More information about the security-dev
mailing list