OSDN Git Service

Removed javadoc link to hidden class (temporary fix for build)
authorEd Heyl <edheyl@google.com>
Thu, 29 Oct 2009 17:18:45 +0000 (10:18 -0700)
committerEd Heyl <edheyl@google.com>
Thu, 29 Oct 2009 17:18:45 +0000 (10:18 -0700)
core/java/android/accounts/AbstractAccountAuthenticator.java

index 0efeb1d..be2bdbe 100644 (file)
@@ -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>