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

Commit 1f3148c2 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
parent eccbe69a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52121,7 +52121,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
@@ -55136,7 +55136,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
@@ -52138,7 +52138,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;