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 2019/06/21 14:10:07 UTC

[camel] 02/02: Camel-Nats: 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 d91998ce8d8ca67db3eb1b5a2f963689c39e9e58
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 21 16:09:19 2019 +0200

    Camel-Nats: Fixed CS
---
 .../java/org/apache/camel/component/nats/NatsProducerTLSTest.java   | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsProducerTLSTest.java b/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsProducerTLSTest.java
index f1d91dc..f15ab7b 100644
--- a/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsProducerTLSTest.java
+++ b/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsProducerTLSTest.java
@@ -32,11 +32,9 @@ import org.junit.Test;
 @Ignore("Require a running Nats server")
 public class NatsProducerTLSTest extends CamelTestSupport {
    
+    @BindToRegistry("ssl")
+    SSLContextParameters ssl = createSSLContextParameters();
 
-	@BindToRegistry("ssl")
-	SSLContextParameters ssl = createSSLContextParameters();
-
-	
     @Test
     public void sendTest() throws Exception {