jackjlli commented on a change in pull request #3819: Refactor periodic task URL: https://github.com/apache/incubator-pinot/pull/3819#discussion_r255815526
########## File path: pinot-core/src/main/java/org/apache/pinot/core/periodictask/PeriodicTaskScheduler.java ########## @@ -37,16 +37,14 @@ private List<PeriodicTask> _tasksWithValidInterval; /** - * Initialize the PeriodicTaskScheduler with list of PeriodicTasks - * @param periodicTasks + * Initialize the PeriodicTaskScheduler with list of PeriodicTasks. Review comment: Initializes ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
