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://bugs.openjdk.java.net/browse/JDK-8257724

Marked as reviewed by valeriep (Reviewer).

-

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


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://bugs.openjdk.java.net/browse/JDK-8257724

Marked as reviewed by wetmore (Reviewer).

-

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