You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2018/11/10 15:34:30 UTC

[camel] branch sandbox/camel-3.x updated: Fix camel-linkedin

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/sandbox/camel-3.x by this push:
     new f3a2615  Fix camel-linkedin
f3a2615 is described below

commit f3a2615be60d4a2b58abf571dce318d7a58fcc5d
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sat Nov 10 16:34:16 2018 +0100

    Fix camel-linkedin
---
 .../java/org/apache/camel/component/linkedin/LinkedInComponent.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java b/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java
index 297164b..9f68e2a 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java
+++ b/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java
@@ -31,6 +31,7 @@ import org.apache.camel.component.linkedin.internal.LinkedInApiCollection;
 import org.apache.camel.component.linkedin.internal.LinkedInApiName;
 import org.apache.camel.support.component.AbstractApiComponent;
 import org.apache.camel.support.jsse.SSLContextParameters;
+import org.apache.camel.util.ObjectHelper;
 
 /**
  * Represents the component that manages {@link LinkedInEndpoint}.
@@ -67,7 +68,7 @@ public class LinkedInComponent extends AbstractApiComponent<LinkedInApiName, Lin
     public LinkedInConfiguration getConfiguration() {
         return super.getConfiguration();
     }
- 
+
     @Override
     protected Endpoint createEndpoint(String uri, String methodName, LinkedInApiName apiName,
                                       LinkedInConfiguration endpointConfiguration) {