Fix javadoc generation

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2025-11-18 15:51:18 +01:00
parent 9abfcfdd01
commit d1a357a788

View File

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