Fix formatting

This commit is contained in:
Madhura Bhave 2020-04-02 21:51:49 -07:00
parent c2e95ee7ee
commit 577bc1ce88
1 changed files with 2 additions and 3 deletions

View File

@ -25,9 +25,8 @@ import org.springframework.security.oauth2.server.resource.authentication.JwtAut
import org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector;
/**
* Configuration classes for OAuth2 Resource Server
* These should be {@code @Import} in a regular auto-configuration class to guarantee
* their order of execution.
* Configuration classes for OAuth2 Resource Server These should be {@code @Import} in a
* regular auto-configuration class to guarantee their order of execution.
*
* @author Madhura Bhave
*/