fix build

This commit is contained in:
Leymooo
2020-04-30 01:00:12 +03:00
parent d096eb3429
commit 4b4ed02e8d

View File

@@ -9,7 +9,7 @@ import org.checkerframework.checker.nullness.qual.NonNull;
import org.checkerframework.checker.nullness.qual.Nullable;
/**
* This event is fired when someone executing command
* This event is fired when someone executing command.
*/
public final class CommandExecuteEvent implements ResultedEvent<CommandResult> {