Fix stray asterisk in BukkitScheduler javadocs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-01-16 12:24:15 +11:00
parent 6a80664621
commit 1591d0c1c7

View File

@ -64,7 +64,7 @@ public interface BukkitScheduler {
public int scheduleSyncRepeatingTask(Plugin plugin, Runnable task, long delay, long period);
/**
* @deprecated Use {@link BukkitRunnable#runTaskTimer(Plugin, long, long)} *
* @deprecated Use {@link BukkitRunnable#runTaskTimer(Plugin, long, long)}
* @param plugin Plugin that owns the task
* @param task Task to be executed
* @param delay Delay in server ticks before executing first repeat