Skip to content

Commit 37e3e78

Browse files
committed
some code cleanup.
1 parent f821221 commit 37e3e78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mobile/src/main/java/io/syslogic/github/network/AccountAuthenticator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ public Bundle addAccount(
9595
* @param response to send the result back to the AccountManager, will never be null
9696
* @param account the account whose credentials are to be checked, will never be null
9797
* @param options a Bundle of authenticator-specific options, may be null
98-
* @return a Bundle result or null if the result is to be returned via the response. The result
99-
* will contain either:
98+
* @return a Bundle result or null if the result is to be returned via the response.
99+
* The result will contain either:
100100
* <ul>
101101
* <li> {@link AccountManager#KEY_INTENT}, or
102102
* <li> {@link AccountManager#KEY_BOOLEAN_RESULT}, true if the check succeeded, false otherwise

mobile/src/main/java/io/syslogic/github/network/TokenHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static void setAccessToken(Activity activity, @Nullable String token) {
7575
}
7676
}
7777

78-
/** The username is now being stored along with the token */
78+
/** The username is being stored along with the token. */
7979
@Nullable
8080
public static String getUsername(@NonNull Context context) {
8181
AccountManager accountManager = AccountManager.get(context);

0 commit comments

Comments
 (0)