We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e969c + 0b9cb6a commit 4df1ebaCopy full SHA for 4df1eba
library/java/net/openid/appauth/AuthState.java
@@ -430,7 +430,7 @@ public void update(
430
// developer that this is unexpected.
431
Logger.warn(
432
"AuthState.update should not be called in an error state (%s), call update"
433
- + "with the result of the fresh authorization response first",
+ + " with the result of the fresh authorization response first",
434
mAuthorizationException);
435
mAuthorizationException = null;
436
}
0 commit comments