Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 117daeb0f -> 12a76aea0


Fix Checkstyle issues

Signed-off-by: Gregor Zurowski <gre...@zurowski.org>

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/12a76aea
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/12a76aea
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/12a76aea

Branch: refs/heads/camel-2.18.x
Commit: 12a76aea01c6648a6ff05ef05a78d78ba8f8df58
Parents: 117daeb
Author: Gregor Zurowski <gre...@zurowski.org>
Authored: Sat Jan 21 18:08:05 2017 +0100
Committer: Gregor Zurowski <gre...@zurowski.org>
Committed: Sat Jan 21 18:08:05 2017 +0100

----------------------------------------------------------------------
 .../org/apache/camel/component/servicenow/ServiceNowClient.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/12a76aea/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowClient.java
----------------------------------------------------------------------
diff --git 
a/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowClient.java
 
b/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowClient.java
index 2bdd86a..fa33607 100644
--- 
a/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowClient.java
+++ 
b/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowClient.java
@@ -162,7 +162,7 @@ public final class ServiceNowClient {
     }
 
     private static void configureTls(
-        CamelContext camelContext, ServiceNowConfiguration configuration, 
WebClient client) throws Exception{
+        CamelContext camelContext, ServiceNowConfiguration configuration, 
WebClient client) throws Exception {
 
         SSLContextParameters sslContextParams = 
configuration.getSslContextParameters();
         if (sslContextParams != null) {

Reply via email to