Skip to content

Commit 9a2f982

Browse files
author
Dave Syer
committed
Fix asciidoc syntax
1 parent 993c769 commit 9a2f982

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,8 @@ user detail store) it might be worth extracting the
14001400
`GlobalAuthenticationConfigurerAdapter` (in the `init()` method so it
14011401
happens before the authentication manager is needed elsewhere), e.g.
14021402

1403-
```
1403+
[source,java,indent=0,subs="verbatim,quotes,attributes"]
1404+
----
14041405
@Configuration
14051406
public class AuthenticationManagerConfiguration extends
14061407
GlobalAuthenticationConfigurerAdapter {
@@ -1409,7 +1410,7 @@ public class AuthenticationManagerConfiguration extends
14091410
auth.inMemoryAuthentication() // ... etc.
14101411
}
14111412
}
1412-
```
1413+
----
14131414

14141415

14151416
[[howto-enable-https]]

0 commit comments

Comments
 (0)