From aed8aae5918ed87415ef708fa5f038bd766c73cc Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Mon, 14 Nov 2022 18:13:58 +0000 Subject: [PATCH] Add since annotations --- Core/src/main/java/com/plotsquared/core/plot/PlotArea.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java index 908eee8a2..b534ea610 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java @@ -933,6 +933,7 @@ public abstract class PlotArea { * * @param includeExtra If the extra border given by world.extra-border should be included * @return Border distance of Integer.MAX_VALUE if no border is set + * @since TODO */ public int getBorder(boolean includeExtra) { final Integer meta = (Integer) getMeta("worldBorder"); @@ -1210,6 +1211,7 @@ public abstract class PlotArea { * Get the "extra border" size of the plot area. * * @return Plot area extra border size + * @since TODO */ public int getExtaBorder() { return extraBorder;