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

@ -279,7 +279,7 @@ public final class SimplePluginManager implements PluginManager {
/**
* Loads the plugin in the specified file
* <p />
* <p>
* File must be valid according to the current enabled Plugin interfaces
*
* @param file File containing the plugin to load
@ -327,7 +327,7 @@ public final class SimplePluginManager implements PluginManager {
/**
* Checks if the given plugin is loaded and returns it when applicable
* <p />
* <p>
* Please note that the name of the plugin is case-sensitive
*
* @param name Name of the plugin to check
@ -343,7 +343,7 @@ public final class SimplePluginManager implements PluginManager {
/**
* Checks if the given plugin is enabled or not
* <p />
* <p>
* Please note that the name of the plugin is case-sensitive.
*
* @param name Name of the plugin to check