This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 4618e6a978e4f0ca351fed28bb2607c82d98165e Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com> AuthorDate: Sat Jul 13 02:01:11 2019 +0530 little fixes found during testing --- docs/user-manual/modules/ROOT/pages/scala-dsl-supported-languages.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/scala-dsl-supported-languages.adoc b/docs/user-manual/modules/ROOT/pages/scala-dsl-supported-languages.adoc index 2c7772a..27f821c 100644 --- a/docs/user-manual/modules/ROOT/pages/scala-dsl-supported-languages.adoc +++ b/docs/user-manual/modules/ROOT/pages/scala-dsl-supported-languages.adoc @@ -12,7 +12,6 @@ the Scala DSL; see below for a couple of examples: [[ScalaDSL-Supportedlanguages-Using]] Using xref:xpath-language.adoc[XPath] ----------------------------- With the XPath trait, you have an additional method available on an `Exchange` to do XPath queries against the message. Just look at this @@ -32,7 +31,6 @@ Splitter example, where the `xpath` method is used in a [[ScalaDSL-Supportedlanguages-Using.1]] Using xref:jxpath-language.adoc[JXPath] ------------------------------- With the `org.apache.camel.scala.dsl.languages.JXPath` trait, you can an additional `jxpath` method on the `Exchange`. In the Recipient List