mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Fix typo in OAuth2AccessTokenResponse
Closes gh-8746
This commit is contained in:
parent
12d20f99a1
commit
659b25a4e5
@ -82,8 +82,9 @@ public final class OAuth2AccessTokenResponse {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a new {@link Builder}, initialized with the provided response
|
||||
* @param response the response to intialize the builder with
|
||||
* Returns a new {@link Builder}, initialized with the provided response.
|
||||
*
|
||||
* @param response the response to initialize the builder with
|
||||
* @return the {@link Builder}
|
||||
*/
|
||||
public static Builder withResponse(OAuth2AccessTokenResponse response) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user