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/03/13 10:58:02 UTC

[camel] 02/02: Camel-Infinispan: 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 f3232306aeb6ff0fde68438a20cbafe2ecdeecc9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 13 11:57:31 2020 +0100

    Camel-Infinispan: Fixed CS
---
 .../camel/component/infinispan/InfinispanClusteredConsumerTest.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanClusteredConsumerTest.java b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanClusteredConsumerTest.java
index f7ccd6d..1fa819b 100644
--- a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanClusteredConsumerTest.java
+++ b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanClusteredConsumerTest.java
@@ -23,7 +23,6 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.infinispan.commons.test.TestResourceTracker;
 import org.infinispan.distribution.MagicKey;
-
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
 import org.junit.Test;