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 d531f20274cc0399ecc03905d0d31d02476e8c02 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 13 12:17:34 2020 +0100 Camel-Infinispan: Fixed CS --- .../apache/camel/component/infinispan/InfinispanConfigurationIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanConfigurationIT.java b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanConfigurationIT.java index 5839a4b..8ec59ed 100644 --- a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanConfigurationIT.java +++ b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/InfinispanConfigurationIT.java @@ -33,8 +33,8 @@ import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; public class InfinispanConfigurationIT { - - private RemoteCacheManager manager = new RemoteCacheManager(); + + private RemoteCacheManager manager = new RemoteCacheManager(); @Before public void setupCache() {
