Skip to content

Commit

Permalink
Fix asciidoc syntax
Browse files Browse the repository at this point in the history
A code block was incorrectly labeled as java.
  • Loading branch information
garyrussell committed Feb 16, 2018
1 parent 8001842 commit 9123503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/asciidoc/channel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ inChannel.send(new GenericMessage<String>("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'
Expand Down

0 comments on commit 9123503

Please sign in to comment.