summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-02-24 14:11:56 +0000
committerTorne (Richard Coles) <torne@google.com>2014-02-24 14:11:56 +0000
commit875e2101d71afe7e4acf10b061c942fbf7294775 (patch)
tree63b17b94a3ecc941c3a1697eeea6fb370a2f9121 /core/java
parente0ebe276e58cf50719d625631a569bda2f52ff5f (diff)
downloadframeworks_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
Diffstat (limited to 'core/java')
-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 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.