You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/12/16 14:02:29 UTC

[camel] 02/03: Polished description

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f3b5cb7e775dc260a1a310d039991d44c5a1f67b
Author: Claus Ibsen <cl...@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.
      */