From 9543327406d20d45edbb13549b1ca8264f70cc35 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 27 Nov 2017 10:32:28 +0100 Subject: [PATCH] Polish "Use BeanIds.SPRING_SECURITY_FILTER_CHAIN" Closes gh-11162 --- .../security/WebSecurityEnablerConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/WebSecurityEnablerConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/WebSecurityEnablerConfiguration.java index b4376fa9b3c..a60704e99a1 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/WebSecurityEnablerConfiguration.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/WebSecurityEnablerConfiguration.java @@ -28,8 +28,8 @@ import org.springframework.security.config.annotation.web.configuration.WebSecur * {@link EnableWebSecurity} annotation. This will make sure that the annotation is * present with default security auto-configuration and also if the user adds custom * security and forgets to add the annotation. If {@link EnableWebSecurity} has already - * been added or if a bean with name {@value BeanIds#SPRING_SECURITY_FILTER_CHAIN} has been configured by the - * user, this will back-off. + * been added or if a bean with name {@value BeanIds#SPRING_SECURITY_FILTER_CHAIN} has + * been configured by the user, this will back-off. * * @author Madhura Bhave * @since 2.0.0