Skip to content

Commit 659b25a

Browse files
committed
Fix typo in OAuth2AccessTokenResponse
Closes gh-8746
1 parent 12d20f9 commit 659b25a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ public static Builder withToken(String tokenValue) {
8282
}
8383

8484
/**
85-
* Returns a new {@link Builder}, initialized with the provided response
86-
* @param response the response to intialize the builder with
85+
* Returns a new {@link Builder}, initialized with the provided response.
86+
*
87+
* @param response the response to initialize the builder with
8788
* @return the {@link Builder}
8889
*/
8990
public static Builder withResponse(OAuth2AccessTokenResponse response) {

0 commit comments

Comments
 (0)