Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce41c4ee authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak
Browse files

SocketImpl#getFileDescriptor shouldn't be public

It's protected, as it was before openJdk switch. Added
hidden public method getFD$ for tests.

Bug: 26689841
Change-Id: I18f53356a108c1f7e0525c6f2f8130eac173e81e
parent 1f3148c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52394,7 +52394,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();
+1 −1
Original line number Diff line number Diff line
@@ -55409,7 +55409,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();
+1 −1
Original line number Diff line number Diff line
@@ -52411,7 +52411,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();