diff options
author | Paul Duffin <paulduffin@google.com> | 2018-12-13 11:32:20 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2018-12-13 11:32:20 +0000 |
commit | 5c205060084c9da4ae0f4a36be79c8d5e28d5c9c (patch) | |
tree | ae1f87a145327344e8df52c7bdaf96d5c765b55e /ojluni/annotations/mmodule/java/net/InetAddress.annotated.java | |
parent | e3222b5cb448648eba92a8192f6660570040bb21 (diff) |
Remove InetAddress from intra core api
The only use of InetAddress.isNumeric(..) via the intra core api (in
external/conscrypt) has been removed so it can be removed from the api.
Bug: 120477291
Test: make checkbuild
Change-Id: Iac95a17ab6310a256a6c24fec47b8c57a148bede
Diffstat (limited to 'ojluni/annotations/mmodule/java/net/InetAddress.annotated.java')
-rw-r--r-- | ojluni/annotations/mmodule/java/net/InetAddress.annotated.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ojluni/annotations/mmodule/java/net/InetAddress.annotated.java b/ojluni/annotations/mmodule/java/net/InetAddress.annotated.java index 54b6fd0659..6f4492d110 100644 --- a/ojluni/annotations/mmodule/java/net/InetAddress.annotated.java +++ b/ojluni/annotations/mmodule/java/net/InetAddress.annotated.java @@ -88,7 +88,6 @@ public static java.net.InetAddress getByAddress(byte[] addr) throws java.net.Unk public static java.net.InetAddress getLocalHost() throws java.net.UnknownHostException { throw new RuntimeException("Stub!"); } @libcore.api.CorePlatformApi -@libcore.api.IntraCoreApi public static boolean isNumeric(java.lang.String address) { throw new RuntimeException("Stub!"); } @libcore.api.CorePlatformApi |