Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3075ed5 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by android-build-merger
Browse files

Merge "Remove public InetAddress#getAddressInternal()"

am: 9f935241

* commit '9f935241':
  Remove public InetAddress#getAddressInternal()
parents 73e02b72 9f935241
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52126,7 +52126,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;
+0 −1
Original line number Diff line number Diff line
@@ -55214,7 +55214,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;