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

@@ -126,7 +126,7 @@ public abstract class Command {
/**
* Tests the given {@link CommandSender} to see if they can perform this command.
* <p />
* <p>
* If they do not have permission, they will be informed that they cannot do this.
*
* @param target User to test
@@ -150,7 +150,7 @@ public abstract class Command {
/**
* Tests the given {@link CommandSender} to see if they can perform this command.
* <p />
* <p>
* No error is sent to the sender.
*
* @param target User to test