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}. *