Skip to content

Commit b3822c2

Browse files
authored
Fix applySequence example in the doc
1 parent cd0d03e commit b3822c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/channel.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ The following example shows how to set the `apply-sequence` header to `true`:
771771
@Bean
772772
public MessageChannel pubsubChannel() {
773773
PublishSubscribeChannel channel = new PublishSubscribeChannel();
774-
channel.setApplySequence(false);
774+
channel.setApplySequence(true);
775775
return channel;
776776
}
777777
----

0 commit comments

Comments
 (0)