Fix stupid checkstyle violations
This commit is contained in:
parent
684c8c81a3
commit
46134b58b8
|
@ -31,6 +31,9 @@ import org.springframework.security.oauth2.client.token.grant.code.Authorization
|
|||
import org.springframework.util.CollectionUtils;
|
||||
|
||||
/**
|
||||
* Configuration acting as a factory for the rest template used for extracting user info
|
||||
* during authentication.
|
||||
*
|
||||
* @author Dave Syer
|
||||
*/
|
||||
@Configuration
|
||||
|
@ -89,4 +92,4 @@ public class UserInfoRestTemplateConfiguration {
|
|||
return new OAuth2RestTemplate(details, this.oauth2ClientContext);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue