From 577bc1ce88a187c04830b2fece87bf9895676aee Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 2 Apr 2020 21:51:49 -0700 Subject: [PATCH] Fix formatting --- .../resource/servlet/Oauth2ResourceServerConfiguration.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/Oauth2ResourceServerConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/Oauth2ResourceServerConfiguration.java index e5bec8fb183..6d62636681e 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/Oauth2ResourceServerConfiguration.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/Oauth2ResourceServerConfiguration.java @@ -25,9 +25,8 @@ import org.springframework.security.oauth2.server.resource.authentication.JwtAut import org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector; /** - * Configuration classes for OAuth2 Resource Server - * These should be {@code @Import} in a regular auto-configuration class to guarantee - * their order of execution. + * Configuration classes for OAuth2 Resource Server These should be {@code @Import} in a + * regular auto-configuration class to guarantee their order of execution. * * @author Madhura Bhave */