From 2d1a403605d717efd456279c722976fcc1497548 Mon Sep 17 00:00:00 2001 From: Christoph Dreis Date: Tue, 9 May 2023 14:52:14 +0200 Subject: [PATCH] Fix javadoc in OAuth2AuthorizationServerPropertiesMapper See gh-35366 --- .../servlet/OAuth2AuthorizationServerPropertiesMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/server/servlet/OAuth2AuthorizationServerPropertiesMapper.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/server/servlet/OAuth2AuthorizationServerPropertiesMapper.java index 308bc0cfb5b..e53d587e192 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/server/servlet/OAuth2AuthorizationServerPropertiesMapper.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/server/servlet/OAuth2AuthorizationServerPropertiesMapper.java @@ -34,7 +34,7 @@ import org.springframework.security.oauth2.server.authorization.settings.OAuth2T import org.springframework.security.oauth2.server.authorization.settings.TokenSettings; /** - * Maps {@OAuth2AuthorizationServerProperties} to Authorization Server types. + * Maps {@link OAuth2AuthorizationServerProperties} to Authorization Server types. * * @author Steve Riesenberg */