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 <[email protected]> AuthorDate: Tue Mar 28 06:05:54 2023 +0000 Regen for commit 091cd6e0114ffcc3016ee6a7b8c0c9cc275db6c8 Signed-off-by: GitHub <[email protected]> --- .../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();
