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 2023/03/28 06:24:43 UTC

[camel] branch main created (now 11c820a171c)

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

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


      at 11c820a171c Regen for commit 091cd6e0114ffcc3016ee6a7b8c0c9cc275db6c8

This branch includes the following new commits:

     new 11c820a171c Regen for commit 091cd6e0114ffcc3016ee6a7b8c0c9cc275db6c8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Regen for commit 091cd6e0114ffcc3016ee6a7b8c0c9cc275db6c8

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 11c820a171c867eefc841083fbd68b211e547350
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Tue Mar 28 06:05:54 2023 +0000

    Regen for commit 091cd6e0114ffcc3016ee6a7b8c0c9cc275db6c8
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../java/org/apache/camel/language/groovy/GroovyShellFactory.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-groovy/src/main/java/org/apache/camel/language/groovy/GroovyShellFactory.java b/components/camel-groovy/src/main/java/org/apache/camel/language/groovy/GroovyShellFactory.java
index e3bc9ec4af6..020aa78a0ab 100644
--- a/components/camel-groovy/src/main/java/org/apache/camel/language/groovy/GroovyShellFactory.java
+++ b/components/camel-groovy/src/main/java/org/apache/camel/language/groovy/GroovyShellFactory.java
@@ -33,8 +33,8 @@ public interface GroovyShellFactory {
     /**
      * This method provide a way to define some global variables that will be applied to all the groovy script context.
      *
-     * @param exchange the camel exchange in process.
-     * @return the global variables that will be applied to all the groovy script context.
+     * @param  exchange the camel exchange in process.
+     * @return          the global variables that will be applied to all the groovy script context.
      */
     default Map<String, Object> getVariables(Exchange exchange) {
         return Collections.emptyMap();