summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Heyl <edheyl@google.com>2009-10-29 10:18:45 -0700
committerEd Heyl <edheyl@google.com>2009-10-29 10:18:45 -0700
commitd6f158b3684acdf877ff6afb7208e1140afc4e12 (patch)
tree42e142cf6ff960005c895bb69209254ae106a8e2
parentb575e4dffe123dc7c8c579dc9cf6130eae6a4abe (diff)
downloadframeworks_base-d6f158b3684acdf877ff6afb7208e1140afc4e12.zip
frameworks_base-d6f158b3684acdf877ff6afb7208e1140afc4e12.tar.gz
frameworks_base-d6f158b3684acdf877ff6afb7208e1140afc4e12.tar.bz2
Removed javadoc link to hidden class (temporary fix for build)
-rw-r--r--core/java/android/accounts/AbstractAccountAuthenticator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/accounts/AbstractAccountAuthenticator.java b/core/java/android/accounts/AbstractAccountAuthenticator.java
index 0efeb1d..be2bdbe 100644
--- a/core/java/android/accounts/AbstractAccountAuthenticator.java
+++ b/core/java/android/accounts/AbstractAccountAuthenticator.java
@@ -88,7 +88,7 @@ import android.Manifest;
* The activity must then call {@link AccountAuthenticatorResponse#onResult} or
* {@link AccountAuthenticatorResponse#onError} when it is complete.
* <li> If the authenticator cannot synchronously process the request and return a result then it
- * may choose to return null and then use the {@link AccountManagerResponse} to send the result
+ * may choose to return null and then use the AccountManagerResponse to send the result
* when it has completed the request.
* </ul>
* <p>