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

@@ -14,7 +14,7 @@ public @interface EventHandler {
/**
* Define the priority of the event.
* <p />
* <p>
* First priority to the last priority executed:
* <ol>
* <li>LOWEST</li>
@@ -29,7 +29,7 @@ public @interface EventHandler {
/**
* Define if the handler ignores a cancelled event.
* <p />
* <p>
* If ignoreCancelled is true and the event is cancelled, the method is
* not called. Otherwise, the method is always called.
*/