Merge "SocketImpl#getFileDescriptor shouldn't be public" into nyc-dev
diff --git a/api/current.txt b/api/current.txt
index 7dd26e0..7156800 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -52154,7 +52154,6 @@
 
   public class InetAddress implements java.io.Serializable {
     method public byte[] getAddress();
-    method public byte[] getAddressInternal();
     method public static java.net.InetAddress[] getAllByName(java.lang.String) throws java.net.UnknownHostException;
     method public static java.net.InetAddress getByAddress(java.lang.String, byte[]) throws java.net.UnknownHostException;
     method public static java.net.InetAddress getByAddress(byte[]) throws java.net.UnknownHostException;
diff --git a/api/system-current.txt b/api/system-current.txt
index d28261e..1c89672 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -55242,7 +55242,6 @@
 
   public class InetAddress implements java.io.Serializable {
     method public byte[] getAddress();
-    method public byte[] getAddressInternal();
     method public static java.net.InetAddress[] getAllByName(java.lang.String) throws java.net.UnknownHostException;
     method public static java.net.InetAddress getByAddress(java.lang.String, byte[]) throws java.net.UnknownHostException;
     method public static java.net.InetAddress getByAddress(byte[]) throws java.net.UnknownHostException;
diff --git a/api/test-current.txt b/api/test-current.txt
index 9ec1e96..929b7cb 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -52171,7 +52171,6 @@
 
   public class InetAddress implements java.io.Serializable {
     method public byte[] getAddress();
-    method public byte[] getAddressInternal();
     method public static java.net.InetAddress[] getAllByName(java.lang.String) throws java.net.UnknownHostException;
     method public static java.net.InetAddress getByAddress(java.lang.String, byte[]) throws java.net.UnknownHostException;
     method public static java.net.InetAddress getByAddress(byte[]) throws java.net.UnknownHostException;