Merge "Remove public InetAddress#getAddressInternal()"
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user