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 2022/06/30 11:01:08 UTC

[camel] branch main updated: Regen for commit 883b586e0aa6659c9ce0ce62bbb9b8c62b7cd6e7 (#7949)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new fa36c7e8975 Regen for commit 883b586e0aa6659c9ce0ce62bbb9b8c62b7cd6e7 (#7949)
fa36c7e8975 is described below

commit fa36c7e897508fbeff030817d34eda8e930da0f8
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Jun 30 13:01:02 2022 +0200

    Regen for commit 883b586e0aa6659c9ce0ce62bbb9b8c62b7cd6e7 (#7949)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../src/main/java/org/apache/camel/language/jq/JqExpression.java      | 4 ++--
 docs/components/modules/others/examples/json/jq.json                  | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java b/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java
index fc9ab5193ca..753a6959ed9 100644
--- a/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java
+++ b/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java
@@ -206,8 +206,8 @@ public class JqExpression extends ExpressionAdapter implements ExpressionResultT
     /**
      * Determines the payload by looking at heders, properties and finally the payload.
      *
-     * @param  exchange  the {@link Exchange} being processed
-     * @return           the {@link JsonNode} to be processed by the expression
+     * @param  exchange the {@link Exchange} being processed
+     * @return          the {@link JsonNode} to be processed by the expression
      */
     private JsonNode getPayload(Exchange exchange) throws Exception {
         JsonNode payload = null;
diff --git a/docs/components/modules/others/examples/json/jq.json b/docs/components/modules/others/examples/json/jq.json
deleted file mode 120000
index b432b6bcd8b..00000000000
--- a/docs/components/modules/others/examples/json/jq.json
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../components/camel-jq/src/generated/resources/jq.json
\ No newline at end of file