8160786: No CCC for public class java.net.http.AsyncSSlDelegate
authormichaelm
Mon, 11 Jul 2016 14:32:51 +0100
changeset 39567 43cbd4fc502b
parent 39566 fb9192e776ba
child 39568 1987f3929c39
8160786: No CCC for public class java.net.http.AsyncSSlDelegate Reviewed-by: chegar
jdk/src/java.httpclient/share/classes/java/net/http/AsyncSSLDelegate.java
--- 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.