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 bd8b4c2a097a5e77e39e64ce65768c03deb2a974 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 16 12:04:26 2019 +0200 Camel-Jsonpath: Polished docs --- components/camel-jsonpath/src/main/docs/jsonpath-language.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc index 11e793b..eeabc29 100644 --- a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc +++ b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc @@ -275,7 +275,7 @@ For example ---- public class Foo { - @Consume(uri = "activemq:queue:books.new") + @Consume("activemq:queue:books.new") public void doSomething(@JsonPath("$.store.book[*].author") String author, @Body String json) { // process the inbound message here }
