You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/07 07:04:29 UTC

[camel] 01/02: Fixed CS

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 b7d626f363605969cef80c012bbec73d89789c6d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 7 09:03:43 2020 +0200

    Fixed CS
---
 .../testcontainers/InfinispanTestContainersRemoveProducerTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java
index 513d962..7e756cd 100644
--- a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java
+++ b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java
@@ -87,7 +87,6 @@ public class InfinispanTestContainersRemoveProducerTest extends InfinispanTestCo
                         .to("infinispan:mycache?hosts=" + getInfispanUrl()
                             + "&operation=GET&username=admin&password=password&secure=true&saslMechanism=RAW(DIGEST-MD5)&securityRealm=default&securityServerName=infinispan")
                         .to("mock:result");
-                ;
             }
         };
     }