From b841a7c03bbfc9ba8b63e34b8d904bc7eff5444a Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Wed, 11 Aug 2021 17:58:24 +0200 Subject: [PATCH] Fix javadoc linking of deprecated methods --- .../main/java/com/plotsquared/core/queue/QueueCoordinator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java index c376608eb..13848637c 100644 --- a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java +++ b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java @@ -200,7 +200,7 @@ public abstract class QueueCoordinator { * @param biome biome * @return success or not * - * @deprecated Biomes now take XYZ, see {@code setBiome int x, int y, int z} + * @deprecated Biomes now take XYZ, see {@link #setBiome(int, int, int, BiomeType)} *
* Scheduled for removal once we drop the support for versions not supporting 3D biomes. */