From commits-return-76835-archive-asf-public=cust-asf.ponee.io@camel.apache.org Sun Aug 25 10:51:33 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2514E180656 for ; Sun, 25 Aug 2019 12:51:33 +0200 (CEST) Received: (qmail 86701 invoked by uid 500); 25 Aug 2019 10:51:32 -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 86691 invoked by uid 99); 25 Aug 2019 10:51:32 -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; Sun, 25 Aug 2019 10:51:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4EAB685FD7; Sun, 25 Aug 2019 10:51:32 +0000 (UTC) Date: Sun, 25 Aug 2019 10:51:32 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated: Fixed CS for Camel-support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156673029183.25298.271941154665826121@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 54c72c9d0eb02163c0d5abedd6cfd8af154e6afe X-Git-Newrev: 483b0d4fb5a964fb652fc8d7a7613eb627650c0a X-Git-Rev: 483b0d4fb5a964fb652fc8d7a7613eb627650c0a 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. 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 483b0d4 Fixed CS for Camel-support 483b0d4 is described below commit 483b0d4fb5a964fb652fc8d7a7613eb627650c0a Author: Andrea Cosentino AuthorDate: Sun Aug 25 12:51:10 2019 +0200 Fixed CS for Camel-support --- .../src/main/java/org/apache/camel/support/PropertyBindingSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java index 8364476..3974bb1 100644 --- a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java +++ b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java @@ -475,7 +475,7 @@ public final class PropertyBindingSupport { iter.remove(); rc = true; } - }; + } } // must set reference parameters first before the other bindings