From 0e99ba90045f96502d1715894eeeeac6050819c2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2015 08:58:00 +0100 Subject: [PATCH] Polish contribution I don't think we want to keep this on a single line. Closes gh-4309 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 23cf1e150d..8ea58a14f0 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1809,7 +1809,8 @@ authentication manager is needed elsewhere), e.g. [source,java,indent=0,subs="verbatim,quotes,attributes"] ---- @Configuration - public class AuthenticationManagerConfiguration extends GlobalAuthenticationConfigurerAdapter { + public class AuthenticationManagerConfiguration extends + GlobalAuthenticationConfigurerAdapter { @Override public void init(AuthenticationManagerBuilder auth) {