Polish "Use BeanIds.SPRING_SECURITY_FILTER_CHAIN"

Closes gh-11162
This commit is contained in:
Stephane Nicoll
2017-11-27 10:32:28 +01:00
parent 70d92037bd
commit 9543327406

View File

@@ -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