From 71fbb81b14958b80fe55738607740c6630e4e9da Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Mon, 30 Nov 2015 09:51:33 +0000 Subject: Fix @code escapes The body of {@code} must not be HTML escaped. This is one of several changes that fix the source in conjunction with a doclava fix. Bug: 25757239 Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881 --- core/java/android/annotation/MainThread.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/annotation/MainThread.java') diff --git a/core/java/android/annotation/MainThread.java b/core/java/android/annotation/MainThread.java index 18a4283b2532..52f8dfb2dbb1 100644 --- a/core/java/android/annotation/MainThread.java +++ b/core/java/android/annotation/MainThread.java @@ -29,10 +29,10 @@ import static java.lang.annotation.RetentionPolicy.SOURCE; * on the main thread. *

* Example: - *

{@code
+ * 

  *  @MainThread
  *  public void deliverResult(D data) { ... }
- * }
+ *
* * {@hide} */ -- cgit v1.2.3