From d46d8b158c9c78d34001bc79bf241fba64409ae9 Mon Sep 17 00:00:00 2001 From: Matt <4009945+MattBDev@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:16:14 -0400 Subject: [PATCH] Added a more human-friendly representation to docs --- Core/src/main/java/com/plotsquared/core/plot/PlotId.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java index e71d5c50f..3f8fa9850 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java @@ -199,6 +199,8 @@ public final class PlotId { /** * Returns a string representation of this Plot ID in the format "x;y". * + *
The format is {@code x + ";" + y} + * * @return a string representation of this Plot ID */ @Override