Fix javadoc errors/warnings
This commit is contained in:
committed by
EvilSeph
parent
a628d2faff
commit
17403d617a
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user