diff options
author | David Brazdil <dbrazdil@google.com> | 2019-02-01 15:39:42 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2019-02-01 16:28:40 +0000 |
commit | 9b4891c6b8e7f0b6e0bf4d468d88ce15f039f3cc (patch) | |
tree | a70aeb5ded8e2090842372413ac8ccc434771146 /ojluni/annotations/hiddenapi/java/util/LinkedHashMap.java | |
parent | b3b3c659bd910b7a93cff67c10414a8b8bedbc19 (diff) |
Remove @UnsupportedAppUsage from whitelist methods
These were incorrectly labelled non-public. Remove their
@UnsupportedAppUsage annotation.
Bug: 122551864
Test: m appcompat (fails on annotation clash)
Change-Id: I5149a005c3d5518fdc1dc0f7cadc597c9926d5ec
Diffstat (limited to 'ojluni/annotations/hiddenapi/java/util/LinkedHashMap.java')
-rw-r--r-- | ojluni/annotations/hiddenapi/java/util/LinkedHashMap.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ojluni/annotations/hiddenapi/java/util/LinkedHashMap.java b/ojluni/annotations/hiddenapi/java/util/LinkedHashMap.java index 9dd8e3747f..8294334eb0 100644 --- a/ojluni/annotations/hiddenapi/java/util/LinkedHashMap.java +++ b/ojluni/annotations/hiddenapi/java/util/LinkedHashMap.java @@ -210,7 +210,6 @@ public class LinkedHashMap<K, V> extends java.util.HashMap<K, V> implements java throw new RuntimeException("Stub!"); } - @UnsupportedAppUsage public final boolean hasNext() { throw new RuntimeException("Stub!"); } |