Commit 9a2f9825 authored by Dave Syer's avatar Dave Syer

Fix asciidoc syntax

parent 993c7691
...@@ -1400,7 +1400,8 @@ user detail store) it might be worth extracting the ...@@ -1400,7 +1400,8 @@ user detail store) it might be worth extracting the
`GlobalAuthenticationConfigurerAdapter` (in the `init()` method so it `GlobalAuthenticationConfigurerAdapter` (in the `init()` method so it
happens before the authentication manager is needed elsewhere), e.g. happens before the authentication manager is needed elsewhere), e.g.
``` [source,java,indent=0,subs="verbatim,quotes,attributes"]
----
@Configuration @Configuration
public class AuthenticationManagerConfiguration extends public class AuthenticationManagerConfiguration extends
GlobalAuthenticationConfigurerAdapter { GlobalAuthenticationConfigurerAdapter {
...@@ -1409,7 +1410,7 @@ public class AuthenticationManagerConfiguration extends ...@@ -1409,7 +1410,7 @@ public class AuthenticationManagerConfiguration extends
auth.inMemoryAuthentication() // ... etc. auth.inMemoryAuthentication() // ... etc.
} }
} }
``` ----
[[howto-enable-https]] [[howto-enable-https]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment