Pulling all pending Bukkit-JavaDoc changes

This commit is contained in:
Edmond Poon
2013-04-02 00:11:22 -04:00
parent 10c1edca78
commit 409595c2a2
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