Pulling all pending Bukkit-JavaDoc changes

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot
2013-09-10 21:02:53 -05:00
parent f60d6710d5
commit 67439804f4
61 changed files with 219 additions and 43 deletions

View File

@@ -5,7 +5,6 @@ import org.bukkit.plugin.Plugin;
/**
* Represents a task being executed by the scheduler
*/
public interface BukkitTask {
/**

View File

@@ -8,7 +8,6 @@ import org.bukkit.plugin.Plugin;
* </p>
* Workers are used to execute async tasks.
*/
public interface BukkitWorker {
/**