Updated Branches:
  refs/heads/camel-2.12.x fa3e871b4 -> a18b88cc5

Polished Javadoc.


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

Branch: refs/heads/camel-2.12.x
Commit: a18b88cc5af2164fcec374f07b207523f6af927d
Parents: fa3e871
Author: Babak Vahdat <bvah...@apache.org>
Authored: Mon Sep 30 08:47:10 2013 +0200
Committer: Babak Vahdat <bvah...@apache.org>
Committed: Mon Sep 30 08:55:57 2013 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/spi/ScheduledPollConsumerScheduler.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a18b88cc/camel-core/src/main/java/org/apache/camel/spi/ScheduledPollConsumerScheduler.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/spi/ScheduledPollConsumerScheduler.java
 
b/camel-core/src/main/java/org/apache/camel/spi/ScheduledPollConsumerScheduler.java
index 784676a..f8ed938 100644
--- 
a/camel-core/src/main/java/org/apache/camel/spi/ScheduledPollConsumerScheduler.java
+++ 
b/camel-core/src/main/java/org/apache/camel/spi/ScheduledPollConsumerScheduler.java
@@ -26,7 +26,7 @@ import org.apache.camel.ShutdownableService;
  * The default implementation {@link 
org.apache.camel.impl.DefaultScheduledPollConsumerScheduler} is
  * using the {@link java.util.concurrent.ScheduledExecutorService} from the 
JDK to schedule and run the poll task.
  * <p/>
- * An alternative implementation is in <tt>camel-quartz</tt> component that 
allows to use CRON expression
+ * An alternative implementation is in <tt>camel-quartz2</tt> component that 
allows to use CRON expression
  * to define when the scheduler should run.
  */
 public interface ScheduledPollConsumerScheduler extends ShutdownableService, 
CamelContextAware {

Reply via email to