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

Commit 6c625021 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: I1a15e4b2085049564b1de57dbfb200d157d5ebe5
parent 857b6565
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;