Merge "Remove public InetAddress#getAddressInternal()"

This commit is contained in:
Przemyslaw Szczepaniak
2016-02-09 17:07:10 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 2 deletions

View File

@@ -50142,7 +50142,6 @@ package java.net {
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;

View File

@@ -52760,7 +52760,6 @@ package java.net {
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;