Fix javadocs

This commit is contained in:
Gabriele C
2017-07-07 20:50:17 +02:00
parent 4cbfc8a812
commit 2cf1f22b13
5 changed files with 10 additions and 0 deletions
@@ -13,6 +13,7 @@ public abstract class AbstractUnregisterEvent extends CustomEvent {
* Constructor for a player that has unregistered himself.
*
* @param player the player
* @param isAsync if the event is called asynchronously
*/
public AbstractUnregisterEvent(Player player, boolean isAsync) {
super(isAsync);