From ff592dc2fa53d48e4121d9b8fd70efc19938c4a1 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 23 Feb 2010 12:26:33 -0800 Subject: [PATCH] fix some minor javadoc errors in AccountManager Change-Id: Iafc9e5541e56b936a426999e0ae9f99e56dccd51 --- core/java/android/accounts/AccountManager.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java index ccb6b2d1be248..3161826d81cb4 100644 --- a/core/java/android/accounts/AccountManager.java +++ b/core/java/android/accounts/AccountManager.java @@ -813,8 +813,6 @@ public class AccountManager { * @param account The account to fetch an auth token for * @param authTokenType The auth token type, an authenticator-dependent * string token, must not be null - * @param options Authenticator-specific options for the request, - * may be null or empty * @param notifyAuthFailure True to add a notification to prompt the * user for a password if necessary, false to leave that to the caller * @param callback Callback to invoke when the request completes, @@ -883,7 +881,7 @@ public class AccountManager { * null for no callback * @param handler {@link Handler} identifying the callback thread, * null for the main thread - * @return An {@link AccountManagerFeature} which resolves to a Bundle with + * @return An {@link AccountManagerFuture} which resolves to a Bundle with * these fields if activity was specified and an account was created: *