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 2018/07/04 14:15:22 UTC

[camel] 02/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 8fdd165896992427281e261343bcb4b01e901e28
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 4 16:14:43 2018 +0200

    Fixed CS
---
 .../test/java/org/apache/camel/util/jsse/KeyStoreParametersTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-core/src/test/java/org/apache/camel/util/jsse/KeyStoreParametersTest.java b/camel-core/src/test/java/org/apache/camel/util/jsse/KeyStoreParametersTest.java
index 04b4912..17ea8c6 100644
--- a/camel-core/src/test/java/org/apache/camel/util/jsse/KeyStoreParametersTest.java
+++ b/camel-core/src/test/java/org/apache/camel/util/jsse/KeyStoreParametersTest.java
@@ -103,7 +103,7 @@ public class KeyStoreParametersTest extends AbstractJsseParametersTest {
     }
     
     public void testExplicitInvalidType() throws Exception {
-    	KeyStoreParameters ksp = this.createMinimalKeyStoreParameters();
+        KeyStoreParameters ksp = this.createMinimalKeyStoreParameters();
         ksp.setType("1234");
         
         try {