Repository: camel Updated Branches: refs/heads/camel-2.18.x 4765927aa -> 4f1b6539e
CAMEL-10948: Camel-hdfs2: initialDelay option is overwritten with default value Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4f1b6539 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4f1b6539 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4f1b6539 Branch: refs/heads/camel-2.18.x Commit: 4f1b6539e07f1069357947d432ffa5392e43ca57 Parents: 4765927 Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Apr 19 10:03:49 2017 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Apr 19 10:05:56 2017 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/camel/component/hdfs2/HdfsEndpoint.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4f1b6539/components/camel-hdfs2/src/main/java/org/apache/camel/component/hdfs2/HdfsEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-hdfs2/src/main/java/org/apache/camel/component/hdfs2/HdfsEndpoint.java b/components/camel-hdfs2/src/main/java/org/apache/camel/component/hdfs2/HdfsEndpoint.java index 3e9d81d..baecdcc 100644 --- a/components/camel-hdfs2/src/main/java/org/apache/camel/component/hdfs2/HdfsEndpoint.java +++ b/components/camel-hdfs2/src/main/java/org/apache/camel/component/hdfs2/HdfsEndpoint.java @@ -41,7 +41,6 @@ public class HdfsEndpoint extends ScheduledPollEndpoint { super(endpointUri, context); this.config = new HdfsConfiguration(); this.config.parseURI(new URI(endpointUri)); - setInitialDelay(HdfsConsumer.DEFAULT_CONSUMER_INITIAL_DELAY); } @Override