Fix missing # in method name in javadoc.

Fix doc generation.

Change-Id: I2e333a7224eeaff7a870fedc7f7a4eb113d1fe2f
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 @@
 
     /**
      * 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.