From 0f14ffc3548d3c7d989f8a73e7450f667346331d Mon Sep 17 00:00:00 2001 From: Diego Vela Date: Wed, 25 Mar 2020 16:50:13 -0700 Subject: [PATCH] Fix incorrect closing tag Change incorrect opening bold tag to closed. Bug: 152199751 Test: N/A - fixing a comment Change-Id: I5dfa779c3093cc7d8dc6d4f6c2db07031da81e83 --- core/java/android/content/Context.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 318ae11759db6..cb77426525f26 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -5792,7 +5792,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 add an application overlay window on the primary display: + * Below is a sample code to add an application overlay window on the primary display: *
      * ...
      * final DisplayManager dm = anyContext.getSystemService(DisplayManager.class);