diff options
| author | Anton Hansson <hansson@google.com> | 2021-03-31 10:45:37 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-03-31 10:45:37 +0000 |
| commit | e52b6cba86764d0eb49434c9095ca0154865c93d (patch) | |
| tree | ad277f2d200a4a586ccff4be59c648c5c9b12bc1 /core/java | |
| parent | a056f69a7a4ef67e31fe789b1f06af70fcacd909 (diff) | |
| parent | a81f292a648a476c76671c5e769b304e36cb1f54 (diff) | |
Merge "Partial cp of "Prepare role code for modularization."" am: a81f292a64
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1658122
Change-Id: I2ac5306261e93c99a3a38b1ad0cd9f68525f2ec1
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/annotation/MainThread.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/java/android/annotation/MainThread.java b/core/java/android/annotation/MainThread.java index 556fdb4e7742..a070246e5ef3 100644 --- a/core/java/android/annotation/MainThread.java +++ b/core/java/android/annotation/MainThread.java @@ -21,8 +21,6 @@ import static java.lang.annotation.ElementType.PARAMETER; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.SOURCE; -import android.os.Looper; - import java.lang.annotation.Retention; import java.lang.annotation.Target; @@ -40,8 +38,7 @@ import java.lang.annotation.Target; * </code> * </pre> * - * @memberDoc This method must be called from the - * {@linkplain Looper#getMainLooper() main thread} of your app. + * @memberDoc This method must be called from the main thread of your app. * @hide */ @Retention(SOURCE) |
