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

Commit c343177b authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak
Browse files

Remove public InetAddress#getAddressInternal()

This method shouldn't be public + can be replaced by
the #getAddress method

Bug: 26689841
Change-Id: Ic0f9e0b03979d141c5648772ad94ba2c651ba6e7
(cherry picked from commit 1f3148c2)
parent 738a2b67
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52154,7 +52154,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
@@ -55242,7 +55242,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
@@ -52171,7 +52171,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;