8160786: No CCC for public class java.net.http.AsyncSSlDelegate
Reviewed-by: chegar
--- a/jdk/src/java.httpclient/share/classes/java/net/http/AsyncSSLDelegate.java Mon Jul 11 11:32:40 2016 +0100
+++ b/jdk/src/java.httpclient/share/classes/java/net/http/AsyncSSLDelegate.java Mon Jul 11 14:32:51 2016 +0100
@@ -81,7 +81,7 @@
* the channel to be closed, and the error is reported to the user's
* Consumer<Throwable>
*/
-public class AsyncSSLDelegate implements Closeable, AsyncConnection {
+class AsyncSSLDelegate implements Closeable, AsyncConnection {
// outgoing buffers put in this queue first and may remain here
// while SSL handshaking happening.