From 9af17555c0b02514c575b6ad2a4502e78ba15c8f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2015 09:20:16 +0100 Subject: [PATCH] Polish --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 8ea58a14f07..db43aac7212 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1810,7 +1810,7 @@ authentication manager is needed elsewhere), e.g. ---- @Configuration public class AuthenticationManagerConfiguration extends - GlobalAuthenticationConfigurerAdapter { + GlobalAuthenticationConfigurerAdapter { @Override public void init(AuthenticationManagerBuilder auth) {