Skip to content

Commit 076c01d

Browse files
author
Steve Riesenberg
committed
Add missing @SInCE 5.6
1 parent 4a96374 commit 076c01d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/OAuth2LoginAuthenticationFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public final void setAuthorizationRequestRepository(
222222
* authentication result.
223223
* @param authenticationResultConverter the converter for
224224
* {@link OAuth2AuthenticationToken}'s
225+
* @since 5.6
225226
*/
226227
public final void setAuthenticationResultConverter(
227228
Converter<OAuth2LoginAuthenticationToken, OAuth2AuthenticationToken> authenticationResultConverter) {

0 commit comments

Comments
 (0)