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:14 UTC

[03/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/0471a555
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0471a555
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0471a555

Branch: refs/heads/master
Commit: 0471a55575ec0b6f3664588be5767fb8941ad6a6
Parents: 795316b
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Nov 11 20:03:11 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Nov 12 09:19: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/0471a555/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",