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/HashMap.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/HashMap.java')
-rw-r--r-- | ojluni/annotations/hiddenapi/java/util/HashMap.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ojluni/annotations/hiddenapi/java/util/HashMap.java b/ojluni/annotations/hiddenapi/java/util/HashMap.java index 90db8fbe0b..915604f359 100644 --- a/ojluni/annotations/hiddenapi/java/util/HashMap.java +++ b/ojluni/annotations/hiddenapi/java/util/HashMap.java @@ -367,7 +367,6 @@ public class HashMap<K, V> extends java.util.AbstractMap<K, V> throw new RuntimeException("Stub!"); } - @UnsupportedAppUsage public final boolean hasNext() { throw new RuntimeException("Stub!"); } @@ -376,7 +375,6 @@ public class HashMap<K, V> extends java.util.AbstractMap<K, V> throw new RuntimeException("Stub!"); } - @UnsupportedAppUsage public final void remove() { throw new RuntimeException("Stub!"); } |