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:08:16 UTC

[camel] branch main updated: Regen for commit 091cd6e0114ffcc3016ee6a7b8c0c9cc275db6c8

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


The following commit(s) were added to refs/heads/main by this push:
     new 11c820a171c Regen for commit 091cd6e0114ffcc3016ee6a7b8c0c9cc275db6c8
11c820a171c is described below

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();