From 283a4b7d607239843e5bf5819739e1f3e4ae8a18 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/Add-a-call-helper-to-Event.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-API-Patches/Add-a-call-helper-to-Event.patch b/Spigot-API-Patches/Add-a-call-helper-to-Event.patch index 75ea7472f1..5edb25efb4 100644 --- a/Spigot-API-Patches/Add-a-call-helper-to-Event.patch +++ b/Spigot-API-Patches/Add-a-call-helper-to-Event.patch @@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + /** + * 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);