You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/11/12 09:18:22 UTC

[11/33] camel git commit: CAMEL-9305: Fixed ctr must setup the default functions

CAMEL-9305: Fixed ctr must setup the default functions


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7afaf58d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7afaf58d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7afaf58d

Branch: refs/heads/master
Commit: 7afaf58d8156a0726d5b617b2dd2215a2e3f98d8
Parents: 5bed9c3
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Nov 12 08:07:44 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Nov 12 09:19:15 2015 +0100

----------------------------------------------------------------------
 .../org/apache/camel/component/properties/PropertiesComponent.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7afaf58d/camel-core/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java b/camel-core/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java
index 33866d6..b076a42 100644
--- a/camel-core/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java
+++ b/camel-core/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java
@@ -118,6 +118,7 @@ public class PropertiesComponent extends DefaultComponent {
     }
 
     public PropertiesComponent(boolean isDefaultCreated) {
+        this();
         this.isDefaultCreated = isDefaultCreated;
     }