summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/current.txt2
-rw-r--r--api/system-current.txt2
-rw-r--r--api/test-current.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt
index 6107169d8569..7dd26e04c490 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -52428,7 +52428,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 b2f9675a265f..d28261eaa563 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -55516,7 +55516,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 1f64b5ed8021..9ec1e9653920 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -52445,7 +52445,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();