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 3f8fa9850..3b7ec0b86 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java @@ -200,7 +200,7 @@ 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