Fix javadoc warnings + #421 add javadoc for new API

This commit is contained in:
ljacqu
2016-02-27 16:31:42 +01:00
parent 4bf8972875
commit b916c9b2be
5 changed files with 33 additions and 33 deletions
@@ -6,7 +6,7 @@ import org.bukkit.event.HandlerList;
/**
* This event is called when a player uses the /login command with correct credentials.
* {@link #setCanLogin(boolean) {@code event.setCanLogin(false)}} prevents the player from logging in.
* {@link #setCanLogin(boolean) <code>event.setCanLogin(false)</code>} prevents the player from logging in.
*/
public class AuthMeAsyncPreLoginEvent extends CustomEvent {