RFR: 8257724: Incorrect package of the linked class in BaseSSLSocketImpl
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Thu Dec 3 20:50:03 UTC 2020
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
More information about the security-dev
mailing list