standard javadoc

This commit is contained in:
Gabriele C
2015-11-21 01:31:18 +01:00
parent 118c79401a
commit bd1f868c6d
94 changed files with 1176 additions and 1174 deletions
@@ -35,8 +35,8 @@ public class PasswordEncryptionEvent extends Event {
/**
* Method getHandlers.
* @return HandlerList
*/
* @return HandlerList */
@Override
public HandlerList getHandlers() {
return handlers;
@@ -52,24 +52,24 @@ public class PasswordEncryptionEvent extends Event {
/**
* Method getMethod.
* @return EncryptionMethod
*/
* @return EncryptionMethod */
public EncryptionMethod getMethod() {
return method;
}
/**
* Method getPlayerName.
* @return String
*/
* @return String */
public String getPlayerName() {
return playerName;
}
/**
* Method getHandlerList.
* @return HandlerList
*/
* @return HandlerList */
public static HandlerList getHandlerList() {
return handlers;
}