Fix javadoc in OAuth2AuthorizationServerPropertiesMapper

See gh-35366
This commit is contained in:
Christoph Dreis 2023-05-09 14:52:14 +02:00 committed by Andy Wilkinson
parent 0f1870ee98
commit 2d1a403605
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/