From 702caa6febed04090f80ce32c39c90acf6bfd7d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Sun, 10 May 2020 22:09:56 +0200 Subject: [PATCH] Remove rogue line break --- Core/src/main/java/com/plotsquared/core/plot/PlotId.java | 1 - 1 file changed, 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 146c311c6..41016da1f 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java @@ -202,7 +202,6 @@ public class PlotId { return this.x + "-" + this.y; } - /** * The PlotId object caches the hashcode for faster mapping/fetching/sorting
* - Recalculation is required if the x/y values change