You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/09/30 08:53:57 UTC

git commit: Polished Javadoc.

Updated Branches:
  refs/heads/master 9f5b99802 -> 56b0ed131


Polished Javadoc.

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

Branch: refs/heads/master
Commit: 56b0ed13188cc9c8a7118ec1579493349f520c7f
Parents: 9f5b998
Author: Babak Vahdat <bv...@apache.org>
Authored: Mon Sep 30 08:47:10 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Mon Sep 30 08:47:10 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/56b0ed13/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 {