Merge pull request #35366 from dreis2211

* gh-35366:
  Fix javadoc in OAuth2AuthorizationServerPropertiesMapper

Closes gh-35366
This commit is contained in:
Andy Wilkinson
2023-05-09 16:38:53 +01:00

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