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

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

Commit messages:
 - 8257724: Incorrect package of the linked class in BaseSSLSocketImpl

Changes: https://git.openjdk.java.net/jdk/pull/1605/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1605&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257724
  Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1605.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1605/head:pull/1605

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

Reply via email to