From 7f49f69f02d6e8389a21280d0edcc49180141a0a Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Tue, 16 Mar 2021 11:48:41 -0700 Subject: [PATCH] Fixed broken HTML tag. Test: m -j doc-comment-check-docs Fixes: 182908993 Change-Id: I8514c1010f3be6ffcbc0f160b6354050ff9a930e --- core/java/android/app/admin/DevicePolicyManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 930717b975551..56aa9a2b580c9 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -2987,7 +2987,7 @@ public class DevicePolicyManager { /** * Checks if it's safe to run operations that can be affected by the given {@code reason}. * - *

Note:/b> notice that the operation safety state might change between the time this + *

Note: notice that the operation safety state might change between the time this * method returns and the operation's method is called, so calls to the latter could still throw * a {@link UnsafeStateException} even when this method returns {@code true}. *