summaryrefslogtreecommitdiff
path: root/ojluni/annotations/hiddenapi/java/lang/Thread.java
diff options
context:
space:
mode:
authorAndrei-Valentin Onea <andreionea@google.com>2019-06-18 14:34:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-18 14:34:34 +0000
commit9057a3dff090d77ce8b806f02a7da079573e1137 (patch)
tree1c090efdd8c64d1dea4cb7a5a6c0d82bcf1f0f1e /ojluni/annotations/hiddenapi/java/lang/Thread.java
parentafcf8ed83a964c02f42456c85b5747e6dc529b0d (diff)
parent4e96d508c72edad29bf0ade2aef1ba4021124855 (diff)
Merge "Document public alternatives to greylisted APIs"
Diffstat (limited to 'ojluni/annotations/hiddenapi/java/lang/Thread.java')
-rw-r--r--ojluni/annotations/hiddenapi/java/lang/Thread.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/ojluni/annotations/hiddenapi/java/lang/Thread.java b/ojluni/annotations/hiddenapi/java/lang/Thread.java
index aade5930d1..ea3b72058d 100644
--- a/ojluni/annotations/hiddenapi/java/lang/Thread.java
+++ b/ojluni/annotations/hiddenapi/java/lang/Thread.java
@@ -429,7 +429,9 @@ public class Thread implements java.lang.Runnable {
long threadLocalRandomSeed;
- @UnsupportedAppUsage
+ @UnsupportedAppUsage(publicAlternatives = "Please update to a current version of the "
+ + "{@code Streamsupport} library; older versions of {@code Streamsupport} do not "
+ + "support current versions of Android.")
java.lang.ThreadLocal.ThreadLocalMap threadLocals;
private java.lang.Thread threadQ;