This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit b5398d24f517313f791fd79e86dc5b42ea6a8f3c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Dec 4 16:06:37 2020 +0100 Regen --- .../apache/camel/builder/endpoint/SedaEnrichSimpleExpressionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/SedaEnrichSimpleExpressionTest.java b/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/SedaEnrichSimpleExpressionTest.java index cc67510..964bbfe 100644 --- a/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/SedaEnrichSimpleExpressionTest.java +++ b/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/SedaEnrichSimpleExpressionTest.java @@ -31,7 +31,7 @@ public class SedaEnrichSimpleExpressionTest extends CamelTestSupport { from(direct("start")).enrich(seda("${exchangeProperty.whereTo}").offerTimeout(1000)).to("mock:result"); from("seda:cheese") - .transform().constant("Hello World"); + .transform().constant("Hello World"); } }; }