diff options
author | Torne (Richard Coles) <torne@google.com> | 2014-02-24 14:11:56 +0000 |
---|---|---|
committer | Torne (Richard Coles) <torne@google.com> | 2014-02-24 14:11:56 +0000 |
commit | 875e2101d71afe7e4acf10b061c942fbf7294775 (patch) | |
tree | 63b17b94a3ecc941c3a1697eeea6fb370a2f9121 | |
parent | e0ebe276e58cf50719d625631a569bda2f52ff5f (diff) | |
download | frameworks_base-875e2101d71afe7e4acf10b061c942fbf7294775.zip frameworks_base-875e2101d71afe7e4acf10b061c942fbf7294775.tar.gz frameworks_base-875e2101d71afe7e4acf10b061c942fbf7294775.tar.bz2 |
Fix missing # in method name in javadoc.
Fix doc generation.
Change-Id: I2e333a7224eeaff7a870fedc7f7a4eb113d1fe2f
-rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 2 |
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 0f7465e..b4488cd 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -1798,7 +1798,7 @@ public class DevicePolicyManager { /** * Called by a profile owner or device owner to remove all persistent intent handler preferences - * associated with the given package that were set by {@link addPersistentPreferredActivity}. + * associated with the given package that were set by {@link #addPersistentPreferredActivity}. * * <p>The calling device admin must be a profile owner. If it is not, a security * exception will be thrown. |