Skip to content

Commit 0f47fd2

Browse files
committed
Fix asciidoc syntax
A code block was incorrectly labeled as java.
1 parent c7c6264 commit 0f47fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/channel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ inChannel.send(new GenericMessage<String>("5"));
409409
----
410410

411411
Typically this would be a perfectly legal operation, however since we are using Datatype Channel the result of such operation would generate an exception:
412-
[source,java]
412+
[source]
413413
----
414414
Exception in thread "main" org.springframework.integration.MessageDeliveryException:
415415
Channel 'numberChannel'

0 commit comments

Comments
 (0)