From 2f450f7cde1df2c1596e4a00664e01295f317f3e Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 18 Dec 2017 14:12:22 -0500 Subject: [PATCH] Polishing `dsl.adoc` --- src/reference/asciidoc/dsl.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/dsl.adoc b/src/reference/asciidoc/dsl.adoc index 2dccc271f7..dc1f96cd08 100644 --- a/src/reference/asciidoc/dsl.adoc +++ b/src/reference/asciidoc/dsl.adoc @@ -494,7 +494,7 @@ public IntegrationFlow loggingFlow() { [IMPORTANT] ==== The `log()` or `wireTap()` opearators are applied to the current `MessageChannel` (if it is an instance of `ChannelInterceptorAware`) or an intermediate `DirectChannel` is injected into the flow for the currently configured endpoint. -In the example above the `WireTap` interceptor is added to the `myChannel` directly, because `QueueChannel` implements `ChannelInterceptorAware`: +In the example below the `WireTap` interceptor is added to the `myChannel` directly, because `DirectChannel` implements `ChannelInterceptorAware`: ==== [source,java]