diff options
Diffstat (limited to 'core/java/android/annotation/BinderThread.java')
| -rw-r--r-- | core/java/android/annotation/BinderThread.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/annotation/BinderThread.java b/core/java/android/annotation/BinderThread.java index c69ba10bd748..6f85e0457e0e 100644 --- a/core/java/android/annotation/BinderThread.java +++ b/core/java/android/annotation/BinderThread.java @@ -29,10 +29,10 @@ import static java.lang.annotation.RetentionPolicy.SOURCE; * on the binder thread. * <p> * Example: - * <pre>{@code - * (@BinderThread + * <pre><code> + * @BinderThread * public BeamShareData createBeamShareData() { ... } - * }</pre> + * </code></pre> * * {@hide} */ |
