Fix doc source formatting

This commit is contained in:
Eric Bottard
2016-06-01 15:40:09 +02:00
parent 1f3661f4c4
commit fbe9bbac7e

View File

@@ -1421,7 +1421,7 @@ They can be retrieved during tests and have assertions made against them.
The user can also send messages to inbound message channels, so that the consumer application can consume the messages.
The following example shows how to test both input and output channels on a processor.
[source]
[source,java]
----
@RunWith(SpringJUnit4ClassRunner.class)
@SpringApplicationConfiguration(classes = ExampleTest.MyProcessor.class)