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
The following commit(s) were added to refs/heads/master by this push: new d3e02bd Fixed CS d3e02bd is described below commit d3e02bd0942ea5d6e60ed266bc3fe1acaae08188 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 15 15:03:03 2018 +0100 Fixed CS --- .../component/salesforce/internal/streaming/SubscriptionHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java index a23a22e..b047d32 100644 --- a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java +++ b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java @@ -335,7 +335,7 @@ public class SubscriptionHelper extends ServiceSupport { Map<String, Object> options = new HashMap<>(); options.put(ClientTransport.MAX_NETWORK_DELAY_OPTION, httpClient.getTimeout()); - if(component.getLongPollingTransportProperties() != null){ + if (component.getLongPollingTransportProperties() != null) { options = component.getLongPollingTransportProperties(); } -- To stop receiving notification emails like this one, please contact acosent...@apache.org.