From d6f158b3684acdf877ff6afb7208e1140afc4e12 Mon Sep 17 00:00:00 2001 From: Ed Heyl Date: Thu, 29 Oct 2009 10:18:45 -0700 Subject: [PATCH] Removed javadoc link to hidden class (temporary fix for build) --- core/java/android/accounts/AbstractAccountAuthenticator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/accounts/AbstractAccountAuthenticator.java b/core/java/android/accounts/AbstractAccountAuthenticator.java index 0efeb1d36a91b..be2bdbefb59d0 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. *
  • 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. * *