Re: RFR: 8257724: Incorrect package of the linked class in BaseSSLSocketImpl

2020-12-04 Thread Valerie Peng
On Thu, 3 Dec 2020 20:44:46 GMT, Xue-Lei Andrew Fan 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://bu

Re: RFR: 8257724: Incorrect package of the linked class in BaseSSLSocketImpl

2020-12-04 Thread Bradford Wetmore
On Thu, 3 Dec 2020 20:44:46 GMT, Xue-Lei Andrew Fan 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://bu