Repository: camel
Updated Branches:
  refs/heads/master a1de79893 -> af50c9dfa


Component docs


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

Branch: refs/heads/master
Commit: aa79f7b5891149e2332b79c40026bdc8ae56cb84
Parents: a1de798
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon May 18 10:43:57 2015 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon May 18 11:50:27 2015 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/component/quartz/QuartzComponent.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/aa79f7b5/components/camel-quartz/src/main/java/org/apache/camel/component/quartz/QuartzComponent.java
----------------------------------------------------------------------
diff --git 
a/components/camel-quartz/src/main/java/org/apache/camel/component/quartz/QuartzComponent.java
 
b/components/camel-quartz/src/main/java/org/apache/camel/component/quartz/QuartzComponent.java
index d3e6bd0..5aad713 100644
--- 
a/components/camel-quartz/src/main/java/org/apache/camel/component/quartz/QuartzComponent.java
+++ 
b/components/camel-quartz/src/main/java/org/apache/camel/component/quartz/QuartzComponent.java
@@ -399,6 +399,9 @@ public class QuartzComponent extends UriEndpointComponent 
implements StartupList
         return factory;
     }
 
+    /**
+     * To use the custom SchedulerFactory which is used to create the 
Scheduler.
+     */
     public void setFactory(SchedulerFactory factory) {
         this.factory = factory;
     }

Reply via email to