1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Polish gh-16589

This commit is contained in:
Steve Riesenberg
2025-03-24 12:27:14 -05:00
parent d2d9da0a39
commit 5f98ce5ecc
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ import org.springframework.web.context.request.ServletRequestAttributes;
*
* @author Steve Riesenberg
* @since 6.5
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizedClientRefreshedEventListener
*/
final class OidcUserRefreshedEventListener implements ApplicationListener<OidcUserRefreshedEvent> {
@@ -31,7 +31,7 @@ import org.springframework.util.Assert;
*
* @author Steve Riesenberg
* @since 6.5
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizedClientRefreshedEventListener
*/
public final class OidcUserRefreshedEvent extends ApplicationEvent {