This is an automated email from the ASF dual-hosted git repository.
orpiske 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 e05dc2f495b (chores): camel-core-model: fixed formatting
e05dc2f495b is described below
commit e05dc2f495b7ea78f22f3c67c33b6e0de9504e1b
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Sep 22 17:58:51 2022 +0200
(chores): camel-core-model: fixed formatting
---
.../src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
index 3e2dcf72beb..df03eed5add 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
@@ -691,7 +691,7 @@ public class ExpressionClauseSupport<T> implements
ExpressionFactoryAware, Predi
}
/**
- * Evaluates a Python expression.
+ * Evaluates a Python expression.
*
* @param text the expression to be evaluated
* @return the builder to continue processing the DSL