Fix checkstyle

This commit is contained in:
Madhura Bhave
2018-08-06 17:10:30 -07:00
parent d6b6a5f81f
commit 5bf9d31d91

View File

@@ -33,8 +33,7 @@ class OAuth2ResourceServerJwkConfiguration {
private final OAuth2ResourceServerProperties properties;
public OAuth2ResourceServerJwkConfiguration(
OAuth2ResourceServerProperties properties) {
OAuth2ResourceServerJwkConfiguration(OAuth2ResourceServerProperties properties) {
this.properties = properties;
}