Fix javadoc errors/warnings

By: Celtic Minstrel <celtic.minstrel.ca@some.place>
This commit is contained in:
Bukkit/Spigot
2012-02-26 10:35:17 -05:00
parent 5ebb8d2b3e
commit 795a61bbeb
28 changed files with 79 additions and 65 deletions

View File

@@ -39,7 +39,7 @@ public class EnchantItemEvent extends InventoryEvent implements Cancellable {
/**
* Gets the player enchanting the item
*
* @returns enchanting player
* @return enchanting player
*/
public Player getEnchanter() {
return enchanter;

View File

@@ -33,7 +33,7 @@ public class PrepareItemEnchantEvent extends InventoryEvent implements Cancellab
/**
* Gets the player enchanting the item
*
* @returns enchanting player
* @return enchanting player
*/
public Player getEnchanter() {
return enchanter;