Skip to content

Commit

Permalink
some code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Dec 18, 2023
1 parent f821221 commit 37e3e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ public Bundle addAccount(
* @param response to send the result back to the AccountManager, will never be null
* @param account the account whose credentials are to be checked, will never be null
* @param options a Bundle of authenticator-specific options, may be null
* @return a Bundle result or null if the result is to be returned via the response. The result
* will contain either:
* @return a Bundle result or null if the result is to be returned via the response.
* The result will contain either:
* <ul>
* <li> {@link AccountManager#KEY_INTENT}, or
* <li> {@link AccountManager#KEY_BOOLEAN_RESULT}, true if the check succeeded, false otherwise
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static void setAccessToken(Activity activity, @Nullable String token) {
}
}

/** The username is now being stored along with the token */
/** The username is being stored along with the token. */
@Nullable
public static String getUsername(@NonNull Context context) {
AccountManager accountManager = AccountManager.get(context);
Expand Down

0 comments on commit 37e3e78

Please sign in to comment.