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.
1 parent c6137b7 commit 0b9cb6aCopy full SHA for 0b9cb6a
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