diff --git a/spring-integration-reference/src/channel.xml b/spring-integration-reference/src/channel.xml index dd19db8dd8..1ec95f25c8 100644 --- a/spring-integration-reference/src/channel.xml +++ b/spring-integration-reference/src/channel.xml @@ -346,7 +346,9 @@ public Message receive(final PollableChannel channel) { ... }]]>ChannelInterceptor interface: - ]]>]]> + + ]]>]]> In general, it is a good idea to define the interceptor implementations in a separate location since they usually provide common behavior that can be reused across multiple channels.