diff options
| author | Diego Vela <diegovela@google.com> | 2020-03-30 23:42:08 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-30 23:42:08 +0000 |
| commit | fb94ded221b07eb85c3dd8146659f736b600e732 (patch) | |
| tree | 94dd89968ea0d7669ecd9d465518c727d5144304 /core/java/android/content/Context.java | |
| parent | 4927778a638a6bd982410cba9006c8ca6c32a500 (diff) | |
| parent | 0f14ffc3548d3c7d989f8a73e7450f667346331d (diff) | |
Merge "Fix incorrect closing tag" into rvc-dev
Diffstat (limited to 'core/java/android/content/Context.java')
| -rw-r--r-- | core/java/android/content/Context.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index e21a31e5e185..7c1b62fc9b8e 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -5788,7 +5788,7 @@ public abstract class Context { * {@link android.view.LayoutInflater inflating} views, such that they can be inflated with * proper {@link Resources}. * - * Below is a sample code to <b>add an application overlay window on the primary display:<b/> + * Below is a sample code to <b>add an application overlay window on the primary display:</b> * <pre class="prettyprint"> * ... * final DisplayManager dm = anyContext.getSystemService(DisplayManager.class); |
