diff --git a/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java b/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java index a5062ebd..d4cfe8a7 100644 --- a/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java +++ b/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java @@ -65,7 +65,7 @@ public interface TaskScheduler * * @param owner the plugin owning this task * @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 unit the unit in which the delay and period will be measured * @return the scheduled task