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 2023/12/30 15:15:04 UTC

(camel) 07/25: CAMEL-19749: Add variables as concept to Camel

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

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

commit 2cadfd5532b12f9398f4d6f95409011a63cff908
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Dec 28 13:48:31 2023 +0100

    CAMEL-19749: Add variables as concept to Camel
---
 .../java/org/apache/camel/language/simple/SimpleExpressionBuilder.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/camel-core-languages/src/main/java/org/apache/camel/language/simple/SimpleExpressionBuilder.java b/core/camel-core-languages/src/main/java/org/apache/camel/language/simple/SimpleExpressionBuilder.java
index ea80baf72a8..9ec436ae6ec 100644
--- a/core/camel-core-languages/src/main/java/org/apache/camel/language/simple/SimpleExpressionBuilder.java
+++ b/core/camel-core-languages/src/main/java/org/apache/camel/language/simple/SimpleExpressionBuilder.java
@@ -77,8 +77,7 @@ public final class SimpleExpressionBuilder {
     }
 
     /**
-     * Returns the expression for the variable invoking methods defined in a simple OGNL
-     * notation
+     * Returns the expression for the variable invoking methods defined in a simple OGNL notation
      *
      * @param ognl methods to invoke on the variable in a simple OGNL syntax
      */