From 4ca833b6072d3f29cc0fe45f3657e33679ecfdc4 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Wed, 11 Nov 2020 21:19:46 -0600 Subject: [PATCH] Fix minor issue with JavaDoc breaking doc deploys --- Spigot-API-Patches/Beacon-API-custom-effect-ranges.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-API-Patches/Beacon-API-custom-effect-ranges.patch b/Spigot-API-Patches/Beacon-API-custom-effect-ranges.patch index 0c65040a69..02e40fb633 100644 --- a/Spigot-API-Patches/Beacon-API-custom-effect-ranges.patch +++ b/Spigot-API-Patches/Beacon-API-custom-effect-ranges.patch @@ -17,7 +17,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + /** + * Gets the effect range of this beacon. + * A negative range value means the beacon is using its default range based on tier. -+ * @return Either the custom range set with {@link #setEffectRange(double) or the range based on the beacon tier. ++ * @return Either the custom range set with {@link #setEffectRange(double)} or the range based on the beacon tier. + */ + double getEffectRange(); +