You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/24 17:29:57 UTC

[camel] branch master updated: Regen for commit 4d2f3dd3f8637a245f3509cdd6dda61b0ac5f969

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


The following commit(s) were added to refs/heads/master by this push:
     new a0592f1  Regen for commit 4d2f3dd3f8637a245f3509cdd6dda61b0ac5f969
a0592f1 is described below

commit a0592f1ce4497f6391aeb6d97b1a24a51576d842
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Thu Sep 24 17:26:40 2020 +0000

    Regen for commit 4d2f3dd3f8637a245f3509cdd6dda61b0ac5f969
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../resources/org/apache/camel/catalog/docs/jslt-component.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jslt-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jslt-component.adoc
index c3444e3..bf1e350 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jslt-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jslt-component.adoc
@@ -163,7 +163,7 @@ Or send whole jslt expression via header: (suitable for querying)
 [source,java]
 ---------------------------------------------------------------------
 from("direct:in").
-  setHeader("CamelJsltResourceUri").constant(".published").
+  setHeader("CamelJsltString").constant(".published").
   to("jslt:dummy?allowTemplateFromHeader=true");
 ---------------------------------------------------------------------