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 4bb7e3698e0510385789ca46c3f7651402de3207 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 16 09:36:05 2019 +0200 Camel-Soroush: Fixed CS --- .../component/ExponentialBackOffProducerConnectionRetryTest.java | 2 +- .../soroushbot/component/FixedBackOffProducerConnectionRetryTest.java | 2 +- .../soroushbot/component/LinearBackOffProducerConnectionRetryTest.java | 2 +- .../component/soroushbot/component/ProducerConnectionRetryTest.java | 2 +- .../soroushbot/component/ProducerMaxConnectionRetryReachedTest.java | 2 +- .../org/apache/camel/component/soroushbot/component/ProducerTest.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ExponentialBackOffProducerConnectionRetryTest.java b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ExponentialBackOffProducerConnectionRetryTest.java index a135d4c..7c690bd 100644 --- a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ExponentialBackOffProducerConnectionRetryTest.java +++ b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ExponentialBackOffProducerConnectionRetryTest.java @@ -30,7 +30,7 @@ import org.junit.Before; import org.junit.Test; public class ExponentialBackOffProducerConnectionRetryTest extends SoroushBotTestSupport { - + @EndpointInject("direct:soroush") org.apache.camel.Endpoint endpoint; diff --git a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/FixedBackOffProducerConnectionRetryTest.java b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/FixedBackOffProducerConnectionRetryTest.java index 8e0c72e..e6db62b 100644 --- a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/FixedBackOffProducerConnectionRetryTest.java +++ b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/FixedBackOffProducerConnectionRetryTest.java @@ -30,7 +30,7 @@ import org.junit.Before; import org.junit.Test; public class FixedBackOffProducerConnectionRetryTest extends SoroushBotTestSupport { - + @EndpointInject("direct:soroush") org.apache.camel.Endpoint endpoint; diff --git a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/LinearBackOffProducerConnectionRetryTest.java b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/LinearBackOffProducerConnectionRetryTest.java index eb06090..b698903 100644 --- a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/LinearBackOffProducerConnectionRetryTest.java +++ b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/LinearBackOffProducerConnectionRetryTest.java @@ -30,7 +30,7 @@ import org.junit.Before; import org.junit.Test; public class LinearBackOffProducerConnectionRetryTest extends SoroushBotTestSupport { - + @EndpointInject("direct:soroush") org.apache.camel.Endpoint endpoint; diff --git a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerConnectionRetryTest.java b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerConnectionRetryTest.java index e102afa..b82012c 100644 --- a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerConnectionRetryTest.java +++ b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerConnectionRetryTest.java @@ -30,7 +30,7 @@ import org.junit.Before; import org.junit.Test; public class ProducerConnectionRetryTest extends SoroushBotTestSupport { - + @EndpointInject("direct:soroush") org.apache.camel.Endpoint endpoint; diff --git a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerMaxConnectionRetryReachedTest.java b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerMaxConnectionRetryReachedTest.java index e0de08a..b9b90dc 100644 --- a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerMaxConnectionRetryReachedTest.java +++ b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerMaxConnectionRetryReachedTest.java @@ -31,7 +31,7 @@ import org.junit.Before; import org.junit.Test; public class ProducerMaxConnectionRetryReachedTest extends SoroushBotTestSupport { - + @EndpointInject("direct:soroush") org.apache.camel.Endpoint endpoint; diff --git a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerTest.java b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerTest.java index 2907272..7834b7f 100644 --- a/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerTest.java +++ b/components/camel-soroush/src/test/java/org/apache/camel/component/soroushbot/component/ProducerTest.java @@ -30,7 +30,7 @@ import org.junit.Before; import org.junit.Test; public class ProducerTest extends SoroushBotTestSupport { - + @EndpointInject("direct:soroush") org.apache.camel.Endpoint endpoint;
