Skip to content

Commit 4df1eba

Browse files
authored
Merge pull request #1017 from alixwar/typo
Typo
2 parents 48e969c + 0b9cb6a commit 4df1eba

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)