From 0f47fd25d163998cf6bfebfb9019843f037823a7 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 16 Feb 2018 14:43:43 -0500 Subject: [PATCH] Fix asciidoc syntax A code block was incorrectly labeled as java. --- src/reference/asciidoc/channel.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/channel.adoc b/src/reference/asciidoc/channel.adoc index 9c8a05b690..7646f871e4 100644 --- a/src/reference/asciidoc/channel.adoc +++ b/src/reference/asciidoc/channel.adoc @@ -409,7 +409,7 @@ inChannel.send(new GenericMessage("5")); ---- Typically this would be a perfectly legal operation, however since we are using Datatype Channel the result of such operation would generate an exception: -[source,java] +[source] ---- Exception in thread "main" org.springframework.integration.MessageDeliveryException: Channel 'numberChannel'