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 6258253caaa77e9dc1ca715949f0531fad99c3a7
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Dec 16 14:53:31 2020 +0100

    Polished description
---
 .../src/main/java/org/apache/camel/language/xpath/XPathBuilder.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathBuilder.java
 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathBuilder.java
index 66d7985..7fabaed 100644
--- 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathBuilder.java
+++ 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathBuilder.java
@@ -507,8 +507,8 @@ public class XPathBuilder extends ServiceSupport
      * default.
      *
      * This can be used to turn off, for example in cases the compilation 
phase is desired at the starting phase, such
-     * as if the application is pre-built with graalvm which would then load 
the xpath factory of the built operating
-     * system, and not a JVM runtime.
+     * as if the application is ahead of time compiled (for example with 
camel-quarkus) which would then load the xpath
+     * factory of the built operating system, and not a JVM runtime.
      *
      * @return the current builder.
      */

Reply via email to