Integrated: 8257724: Incorrect package of the linked class in BaseSSLSocketImpl

Xue-Lei Andrew Fan xuelei at openjdk.java.net
Fri Dec 4 18:23:17 UTC 2020


On Thu, 3 Dec 2020 20:44:46 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

> In sun.security.ssl.BaseSSLSocketImpl.java, the package of SocketChannel in the getChannel() spec is java.nio, which is incorrect. It should be java.nio.channels.
> 
> Doc cleanup only, no new regression test.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8257724

This pull request has now been integrated.

Changeset: fcc84795
Author:    Xue-Lei Andrew Fan <xuelei at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fcc84795
Stats:     4 lines in 1 file changed: 1 ins; 0 del; 3 mod

8257724: Incorrect package of the linked class in BaseSSLSocketImpl

Reviewed-by: valeriep, wetmore

-------------

PR: https://git.openjdk.java.net/jdk/pull/1605



More information about the security-dev mailing list