Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B90E180B1 for ; Thu, 12 Nov 2015 08:18:14 +0000 (UTC) Received: (qmail 48442 invoked by uid 500); 12 Nov 2015 08:18:13 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 48295 invoked by uid 500); 12 Nov 2015 08:18:13 -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 47516 invoked by uid 99); 12 Nov 2015 08:18:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2015 08:18:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4922BE3900; Thu, 12 Nov 2015 08:18:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Thu, 12 Nov 2015 08:18:29 -0000 Message-Id: <02043df8d87940f4978e189aa5eb652d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/33] camel git commit: Component doc label corrected Component doc label corrected Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e192d406 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e192d406 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e192d406 Branch: refs/heads/camel-2.16.x Commit: e192d406f3bea158dc98084a721cb06a0b9dda3d Parents: d4e9987 Author: Claus Ibsen Authored: Wed Nov 11 20:03:11 2015 +0100 Committer: Claus Ibsen Committed: Thu Nov 12 09:20:11 2015 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/camel/impl/ScheduledPollEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e192d406/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollEndpoint.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollEndpoint.java b/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollEndpoint.java index 7cc812e..f63e2ba 100644 --- a/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollEndpoint.java +++ b/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollEndpoint.java @@ -54,7 +54,7 @@ public abstract class ScheduledPollEndpoint extends DefaultEndpoint { private TimeUnit timeUnit = TimeUnit.MILLISECONDS; @UriParam(defaultValue = "true", label = "consumer,scheduler", description = "Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.") private boolean useFixedDelay = true; - @UriParam(label = "consumer", description = "A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation" + @UriParam(label = "consumer,advanced", description = "A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation" + " to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.") private PollingConsumerPollStrategy pollStrategy = new DefaultPollingConsumerPollStrategy(); @UriParam(defaultValue = "TRACE", label = "consumer,scheduler",