summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-12 07:17:51 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-12 07:17:51 -0700
commit352d8b664fea153163d73d72f63f753d11d84d25 (patch)
tree9d9495cc63dffb45572bef480dd486ae5e120955
parentf233c4fa7bae886c1bf9cc21d1749e6988b14025 (diff)
parent576c0d3cd8daba59865712703dbc055123e3beac (diff)
Merge "Fixed javadoc (missing / on </i>)" into main
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index c74bd1a092ee..c528db8f1809 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -224,7 +224,7 @@ import java.util.function.Consumer;
* <li>A <i id="deviceowner">Device Owner</i>, which only ever exists on the
* {@link UserManager#isSystemUser System User} or Main User, is
* the most powerful type of Device Policy Controller and can affect policy across the device.
- * <li>A <i id="profileowner">Profile Owner<i>, which can exist on any user, can
+ * <li>A <i id="profileowner">Profile Owner</i>, which can exist on any user, can
* affect policy on the user it is on, and when it is running on
* {@link UserManager#isProfile a profile} has
* <a href="#profile-on-parent">limited</a> ability to affect policy on its parent.