Fix stupid checkstyle violations

This commit is contained in:
Dave Syer 2016-05-16 14:52:11 +01:00
parent 684c8c81a3
commit 46134b58b8
1 changed files with 4 additions and 1 deletions

View File

@ -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);
}
}
}