Fix stray asterisk in BukkitScheduler javadocs

This commit is contained in:
md_5 2019-01-16 12:24:15 +11:00
parent 18cda9366d
commit dacf8f8d53

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