You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/04 13:33:52 UTC

[camel] 06/06: Regen for commit ef9e711e5ab50a2a1c47eb83b69a1691000ffa2c

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

commit 35de077bdc583f0753341d1d0bdc3b68506463ca
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Tue Oct 4 13:13:28 2022 +0000

    Regen for commit ef9e711e5ab50a2a1c47eb83b69a1691000ffa2c
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../java/org/apache/camel/component/jms/issues/JmsInOnlyIssueTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsInOnlyIssueTest.java b/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsInOnlyIssueTest.java
index a98ab44266e..47697ab659e 100644
--- a/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsInOnlyIssueTest.java
+++ b/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsInOnlyIssueTest.java
@@ -64,7 +64,7 @@ public class JmsInOnlyIssueTest extends AbstractJMSTest {
                 exchange -> exchange.getIn().setBody("Hello World"));
 
         MockEndpoint.assertIsSatisfied(context);
-    /*
+        /*
           The getMessage returns the In message if the Out one is not present. Therefore, we check if
           the body of the returned message equals to the In one and infer that the out one was null.
          */