From cf4de45b92929edf4a2258e88f8d777ff8d2696d Mon Sep 17 00:00:00 2001 From: Hussein Srour Date: Thu, 3 Dec 2020 08:25:15 +0200 Subject: [PATCH] Update AuthState.java --- library/java/net/openid/appauth/AuthState.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/java/net/openid/appauth/AuthState.java b/library/java/net/openid/appauth/AuthState.java index 6ef874bb..5b79aa40 100644 --- a/library/java/net/openid/appauth/AuthState.java +++ b/library/java/net/openid/appauth/AuthState.java @@ -127,7 +127,8 @@ public AuthState( /** * The most recent refresh token received from the server, if available. Rather than using * this property directly as part of any request depending on authorization state, it is - * recommended to call {@link #performActionWithFreshTokens(AuthorizationService, + * recommended to + {@link #performActionWithFreshTokens(AuthorizationService, * AuthStateAction) performActionWithFreshTokens} to ensure that fresh tokens are available. */ @Nullable @@ -409,7 +410,7 @@ public void update( // developer that this is unexpected. Logger.warn( "AuthState.update should not be called in an error state (%s), call update" - + "with the result of the fresh authorization response first", + + " with the result of the fresh authorization response first", mAuthorizationException); mAuthorizationException = null; }