Polish gh-16589

This commit is contained in:
Steve Riesenberg 2025-03-24 12:27:14 -05:00
parent d2d9da0a39
commit 5f98ce5ecc
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
2 changed files with 2 additions and 2 deletions

View File

@ -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> {

View File

@ -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 {