Skip to content

Commit 0b9cb6a

Browse files
committed
Typo
Adding missing whitespace in log message
1 parent c6137b7 commit 0b9cb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/java/net/openid/appauth/AuthState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public void update(
430430
// developer that this is unexpected.
431431
Logger.warn(
432432
"AuthState.update should not be called in an error state (%s), call update"
433-
+ "with the result of the fresh authorization response first",
433+
+ " with the result of the fresh authorization response first",
434434
mAuthorizationException);
435435
mAuthorizationException = null;
436436
}

0 commit comments

Comments
 (0)