From fbe9bbac7e280448cfd347b02f0163c2c3fe616d Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Wed, 1 Jun 2016 15:40:09 +0200 Subject: [PATCH] Fix doc source formatting --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 7f1cafff7..ca2dac781 100644 --- a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -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)