You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/25 10:51:32 UTC

[camel] branch master updated: Fixed CS for Camel-support

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 <an...@gmail.com>
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