From 59916c27e2b006b56788409e8c5a07f2d8c24fc9 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Sat, 21 Dec 2019 11:12:48 +0100 Subject: [PATCH] Improved javadoc for Island#getProtectionRange() further --- .../java/world/bentobox/bentobox/database/objects/Island.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/world/bentobox/bentobox/database/objects/Island.java b/src/main/java/world/bentobox/bentobox/database/objects/Island.java index 40e827ce7..7c2f24bbd 100644 --- a/src/main/java/world/bentobox/bentobox/database/objects/Island.java +++ b/src/main/java/world/bentobox/bentobox/database/objects/Island.java @@ -474,9 +474,9 @@ public class Island implements DataObject { } /** - * Returns the radius of the protection range of this Island. + * Returns the protection range of this Island. * This represents half of the length of the side of a theoretical square around the island center inside which flags are enforced. - * @return the protectionRange + * @return the protection range of this island, strictly positive integer. * @see #getRange() */ public int getProtectionRange() {