Commit 46134b58 authored by Dave Syer's avatar Dave Syer

Fix stupid checkstyle violations

parent 684c8c81
......@@ -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);
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment