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 <[email protected]> Authored: Wed Nov 11 20:03:11 2015 +0100 Committer: Claus Ibsen <[email protected]> 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",
