Skip to content

Commit d1a357a

Browse files
committed
Fix javadoc generation
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 9abfcfd commit d1a357a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public int getClusterCount() {
355355
/**
356356
* {@return the world name at the player's contextual position}
357357
* The contextual position can be affected when using a command with
358-
* an explicit plot override, e.g., `/plot &ltid&gt info`.
358+
* an explicit plot override, e.g., {@code /plot <id> info}.
359359
*/
360360
private @NonNull String getContextualWorldName() {
361361
Plot current = getCurrentPlot();
@@ -368,7 +368,7 @@ public int getClusterCount() {
368368
/**
369369
* {@return the plot area at the player's contextual position}
370370
* The contextual position can be affected when using a command with
371-
* an explicit plot override, e.g., `/plot &ltid&gt info`.
371+
* an explicit plot override, e.g., {@code /plot <id> info}.
372372
*
373373
* @since 7.5.9
374374
*/

0 commit comments

Comments
 (0)