diff options
author | Andrei-Valentin Onea <andreionea@google.com> | 2019-06-18 14:34:34 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-06-18 14:34:34 +0000 |
commit | 9057a3dff090d77ce8b806f02a7da079573e1137 (patch) | |
tree | 1c090efdd8c64d1dea4cb7a5a6c0d82bcf1f0f1e /ojluni/annotations/hiddenapi/java/lang/Thread.java | |
parent | afcf8ed83a964c02f42456c85b5747e6dc529b0d (diff) | |
parent | 4e96d508c72edad29bf0ade2aef1ba4021124855 (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.java | 4 |
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; |