This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 9ea54982e18d67bf9cbebe581d906ef62d3a951c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Aug 9 09:53:48 2019 +0200 Regen --- docs/components/modules/ROOT/pages/grape-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/grape-component.adoc b/docs/components/modules/ROOT/pages/grape-component.adoc index 943a269..44cf763 100644 --- a/docs/components/modules/ROOT/pages/grape-component.adoc +++ b/docs/components/modules/ROOT/pages/grape-component.adoc @@ -219,7 +219,7 @@ the `CamelGrapeCommand` header set to `GrapeCommand.listPatches`: [source,java] ---------------------------------------------------------------------------------------- - from("netty-http4:http://0.0.0.0:80/patches"). + from("netty-http:http://0.0.0.0:80/patches"). setHeader(GrapeConstats.GRAPE_COMMAND, constant(CamelGrapeCommand.listPatches)). to("grape:list"); ---------------------------------------------------------------------------------------- @@ -240,7 +240,7 @@ command: [source,java] ----------------------------------------------------------------------------------------- - from("netty-http4:http://0.0.0.0:80/patches"). + from("netty-http:http://0.0.0.0:80/patches"). setHeader(GrapeConstats.GRAPE_COMMAND, constant(CamelGrapeCommand.clearPatches)). setBody().constant("Installed patches have been deleted."); -----------------------------------------------------------------------------------------