From d1a357a788ce8d9c6f57fd99c34912ed7db0bbad Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Tue, 18 Nov 2025 15:51:18 +0100 Subject: [PATCH] Fix javadoc generation Signed-off-by: Alexander Brandes --- .../src/main/java/com/plotsquared/core/player/PlotPlayer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java index cb0681e3b..47679888e 100644 --- a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java +++ b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java @@ -355,7 +355,7 @@ public abstract class PlotPlayer

implements CommandCaller, OfflinePlotPlayer, /** * {@return the world name at the player's contextual position} * The contextual position can be affected when using a command with - * an explicit plot override, e.g., `/plot <id> info`. + * an explicit plot override, e.g., {@code /plot info}. */ private @NonNull String getContextualWorldName() { Plot current = getCurrentPlot(); @@ -368,7 +368,7 @@ public abstract class PlotPlayer

implements CommandCaller, OfflinePlotPlayer, /** * {@return the plot area at the player's contextual position} * The contextual position can be affected when using a command with - * an explicit plot override, e.g., `/plot <id> info`. + * an explicit plot override, e.g., {@code /plot info}. * * @since 7.5.9 */