Delay is not in milliseconds, its in the TimeUnit

This commit is contained in:
md-5 2013-12-13 12:46:52 +11:00
parent 6093cde93f
commit 32c6ab710a

View File

@ -65,7 +65,7 @@ public interface TaskScheduler
* *
* @param owner the plugin owning this task * @param owner the plugin owning this task
* @param task the task to run * @param task the task to run
* @param delay the delay in milliseconds before this task will be executed * @param delay the delay before this task will be executed
* @param period the interval before subsequent executions of this task * @param period the interval before subsequent executions of this task
* @param unit the unit in which the delay and period will be measured * @param unit the unit in which the delay and period will be measured
* @return the scheduled task * @return the scheduled task