From commits-return-66544-archive-asf-public=cust-asf.ponee.io@camel.apache.org Sat Nov 10 16:34:32 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3C35A180668 for ; Sat, 10 Nov 2018 16:34:32 +0100 (CET) Received: (qmail 56577 invoked by uid 500); 10 Nov 2018 15:34:31 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 56568 invoked by uid 99); 10 Nov 2018 15:34:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2018 15:34:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C67DA856E8; Sat, 10 Nov 2018 15:34:30 +0000 (UTC) Date: Sat, 10 Nov 2018 15:34:30 +0000 To: "commits@camel.apache.org" Subject: [camel] branch sandbox/camel-3.x updated: Fix camel-linkedin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154186407052.3837.8142078535544428828@gitbox.apache.org> From: lburgazzoli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/sandbox/camel-3.x X-Git-Reftype: branch X-Git-Oldrev: 00dd32d2cca184e4bf9b6c4f2f1611d74ab65051 X-Git-Newrev: f3a2615be60d4a2b58abf571dce318d7a58fcc5d X-Git-Rev: f3a2615be60d4a2b58abf571dce318d7a58fcc5d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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