From 61ccc5370758bf6ebec9d344727186259315bd1a Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Sat, 30 Jan 2021 14:37:07 +0100 Subject: [PATCH] Fix javadoc build --- .../Add-dropLeash-variable-to-EntityUnleashEvent.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-API-Patches/Add-dropLeash-variable-to-EntityUnleashEvent.patch b/Spigot-API-Patches/Add-dropLeash-variable-to-EntityUnleashEvent.patch index 56b4b82e09..fbd85673d8 100644 --- a/Spigot-API-Patches/Add-dropLeash-variable-to-EntityUnleashEvent.patch +++ b/Spigot-API-Patches/Add-dropLeash-variable-to-EntityUnleashEvent.patch @@ -45,7 +45,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + /** + * Sets whether a leash item should be dropped. + * -+ * @return Whether the leash item should be dropped ++ * @param dropLeash Whether the leash item should be dropped + */ + public void setDropLeash(boolean dropLeash) { + this.dropLeash = dropLeash;