Skip to content

Commit

Permalink
Added comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
scauwe committed Dec 11, 2018
1 parent 49df970 commit 31fa14f
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
*
*/
public class QuartzUtil {
/**
* Initialize quartz in another class to avoid imports of quartz when no
* used.
*
* @param trace
* @param cronExpression
* @param subscriber
* @param callabck
* @return
* @throws Exception
*/
static org.quartz.Scheduler initQuartz(Trace trace, String cronExpression, ISubscriberShim subscriber,
BasicNewFileDecider callabck) throws Exception {
trace.trace("Initializing quartz for cron (if required)", TraceLevel.TRACE);
Expand Down

0 comments on commit 31fa14f

Please sign in to comment.