Fix source code callouts in Reference Manual

This commit is contained in:
Sam Brannen
2018-09-21 16:33:04 +02:00
parent 59e87f950b
commit 45ecfc6df9
5 changed files with 49 additions and 38 deletions

View File

@@ -758,7 +758,7 @@ configuration scenarios:
[source,java,indent=0]
[subs="verbatim,quotes"]
----
@DirtiesContext
@DirtiesContext <1>
public class ContextDirtyingTests {
// some tests that result in the Spring container being dirtied
}