From 5bf9d31d91a6e45bed5cf0e878431004765c9b86 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 6 Aug 2018 17:10:30 -0700 Subject: [PATCH] Fix checkstyle --- .../resource/servlet/OAuth2ResourceServerJwkConfiguration.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerJwkConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerJwkConfiguration.java index 8180ca1405..f6deea3ce5 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerJwkConfiguration.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerJwkConfiguration.java @@ -33,8 +33,7 @@ class OAuth2ResourceServerJwkConfiguration { private final OAuth2ResourceServerProperties properties; - public OAuth2ResourceServerJwkConfiguration( - OAuth2ResourceServerProperties properties) { + OAuth2ResourceServerJwkConfiguration(OAuth2ResourceServerProperties properties) { this.properties = properties; }