mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 00:07:56 +01:00
Fix stray asterisk in BukkitScheduler javadocs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6a80664621
commit
1591d0c1c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user