From b858250ffdbca9ba84f58ac1d4ab8d3aa974f61f Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 13 Sep 2023 21:15:10 +0200 Subject: [PATCH] Fix linting --- Core/src/main/java/com/plotsquared/core/plot/PlotId.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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