Merge "SocketImpl#getFileDescriptor shouldn\'t be public"
am: acfaee6e51
* commit 'acfaee6e51dc624a358b3f7521bf3b8138d0cb7b':
SocketImpl#getFileDescriptor shouldn't be public
This commit is contained in:
committed by
android-build-merger
commit
73e02b7244
@@ -52400,7 +52400,7 @@ package java.net {
|
||||
method protected abstract void connect(java.net.InetAddress, int) throws java.io.IOException;
|
||||
method protected abstract void connect(java.net.SocketAddress, int) throws java.io.IOException;
|
||||
method protected abstract void create(boolean) throws java.io.IOException;
|
||||
method public java.io.FileDescriptor getFileDescriptor();
|
||||
method protected java.io.FileDescriptor getFileDescriptor();
|
||||
method protected java.net.InetAddress getInetAddress();
|
||||
method protected abstract java.io.InputStream getInputStream() throws java.io.IOException;
|
||||
method protected int getLocalPort();
|
||||
|
||||
@@ -55488,7 +55488,7 @@ package java.net {
|
||||
method protected abstract void connect(java.net.InetAddress, int) throws java.io.IOException;
|
||||
method protected abstract void connect(java.net.SocketAddress, int) throws java.io.IOException;
|
||||
method protected abstract void create(boolean) throws java.io.IOException;
|
||||
method public java.io.FileDescriptor getFileDescriptor();
|
||||
method protected java.io.FileDescriptor getFileDescriptor();
|
||||
method protected java.net.InetAddress getInetAddress();
|
||||
method protected abstract java.io.InputStream getInputStream() throws java.io.IOException;
|
||||
method protected int getLocalPort();
|
||||
|
||||
Reference in New Issue
Block a user