8163586: java.net.http.RawChannel has been made public by mistake

Reviewed-by: chegar
This commit is contained in:
Pavel Rappo 2016-08-10 22:48:25 +01:00
parent 855893cb3b
commit 5212065235

@ -31,7 +31,7 @@ import java.nio.ByteBuffer;
/*
* I/O abstraction used to implement WebSocket.
*/
public interface RawChannel {
interface RawChannel {
interface RawEvent {