Pulling all pending Bukkit-JavaDoc changes

By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-04-02 00:11:22 -04:00
parent 745a0d7683
commit 761a84cb1b
93 changed files with 539 additions and 505 deletions

View File

@@ -52,7 +52,7 @@ public interface PluginLoader {
/**
* Enables the specified plugin
* <p />
* <p>
* Attempting to enable a plugin that is already enabled will have no effect
*
* @param plugin Plugin to enable
@@ -61,7 +61,7 @@ public interface PluginLoader {
/**
* Disables the specified plugin
* <p />
* <p>
* Attempting to disable a plugin that is not enabled will have no effect
*
* @param plugin Plugin to disable