This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 243549faf3f5d7db641521a43d87f24ad2c27ea1 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Apr 12 10:11:24 2018 +0200 CAMEL-12427: camel-netty4 - Add SPI to plugin custom correlation state for request/reply in producer --- components/camel-netty4/src/main/docs/netty4-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc b/components/camel-netty4/src/main/docs/netty4-component.adoc index c190ca0..21f5713 100644 --- a/components/camel-netty4/src/main/docs/netty4-component.adoc +++ b/components/camel-netty4/src/main/docs/netty4-component.adoc @@ -684,7 +684,7 @@ To do this you need to implement `NettyCamelStateCorrelationManager` as correlat it via the `correlationManager=#myManager` option. You can find an example with the Apache Camel source code in the examples directory -under the `camel-netty-custom-correlation-example` directory. +under the `camel-example-netty-custom-correlation` directory. === See Also -- To stop receiving notification emails like this one, please contact [email protected].
