From 4b4ed02e8dd4720a9f99a3f8d868b8c71af81cee Mon Sep 17 00:00:00 2001 From: Leymooo Date: Thu, 30 Apr 2020 01:00:12 +0300 Subject: [PATCH] fix build --- .../velocitypowered/api/event/command/CommandExecuteEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java b/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java index 8181e6a3e..d08a323f6 100644 --- a/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java @@ -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 {