diff --git a/core/java/android/accounts/AbstractAccountAuthenticator.java b/core/java/android/accounts/AbstractAccountAuthenticator.java index 6470a04aefd68..7b57442fb580e 100644 --- a/core/java/android/accounts/AbstractAccountAuthenticator.java +++ b/core/java/android/accounts/AbstractAccountAuthenticator.java @@ -93,7 +93,8 @@ import java.util.Arrays; * {@link AccountAuthenticatorResponse#onError} when it is complete. *
* The following descriptions of each of the abstract authenticator methods will not describe the @@ -101,7 +102,7 @@ import java.util.Arrays; * parameters and the expected result. *
* When writing an activity to satisfy these requests one must pass in the AccountManagerResponse - * and return the result via that response when the activity finishes (or whenever else the + * and return the result via that response when the activity finishes (or whenever else the * activity author deems it is the correct time to respond). */ public abstract class AbstractAccountAuthenticator {