From efb52083b999c40f6d2ea006d7f9a48dc055d0e2 Mon Sep 17 00:00:00 2001 From: BillyGalbreath Date: Mon, 18 Jun 2018 15:42:39 -0500 Subject: [PATCH] [CI-SKIP] Clarify Event#callEvent() JavaDoc (#1158) --- Spigot-API-Patches/0024-Add-a-call-helper-to-Event.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-API-Patches/0024-Add-a-call-helper-to-Event.patch b/Spigot-API-Patches/0024-Add-a-call-helper-to-Event.patch index ff42b652ad..0b21618ce3 100644 --- a/Spigot-API-Patches/0024-Add-a-call-helper-to-Event.patch +++ b/Spigot-API-Patches/0024-Add-a-call-helper-to-Event.patch @@ -24,7 +24,7 @@ index 6677e1b..eaf6c49 100644 + /** + * Calls the event and tests if cancelled. + * -+ * @return if event was cancelled, if cancellable. otherwise true. ++ * @return false if event was cancelled, if cancellable. otherwise true. + */ + public boolean callEvent() { + Bukkit.getPluginManager().callEvent(this);