diff options
| author | 2016-02-11 10:23:38 +0000 | |
|---|---|---|
| committer | 2016-02-11 10:23:39 +0000 | |
| commit | 00a6750d37d899f7f7ae9210c82e2fdd875df7dd (patch) | |
| tree | 7b3a2aeab1ae2fc2ce74df87d7c8423b30362606 /api | |
| parent | c343177bbac2f751b0e7708087924174034bf460 (diff) | |
| parent | 8d4242c85d06fac67b46f0b9cb3462e0411e313c (diff) | |
Merge "SocketImpl#getFileDescriptor shouldn't be public" into nyc-dev
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 2 | ||||
| -rw-r--r-- | api/system-current.txt | 2 | ||||
| -rw-r--r-- | api/test-current.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index 6066dc284861..71568004d760 100644 --- a/api/current.txt +++ b/api/current.txt @@ -52427,7 +52427,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(); diff --git a/api/system-current.txt b/api/system-current.txt index 7f6af33412a3..1c8967281cb0 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55515,7 +55515,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(); diff --git a/api/test-current.txt b/api/test-current.txt index 06cb23af8a1d..929b7cb72f86 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -52444,7 +52444,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(); |