From 6361bb9a4e3eb2e891a993cb2ea3607c0e481a7a Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 10 Jan 2020 16:50:24 -0800 Subject: [PATCH] Removed chevron from javadoc --- .../java/world/bentobox/bentobox/managers/IslandsManager.java | 2 +- .../java/world/bentobox/bentobox/managers/PlayersManager.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/world/bentobox/bentobox/managers/IslandsManager.java b/src/main/java/world/bentobox/bentobox/managers/IslandsManager.java index 09944e696..214c6cb40 100644 --- a/src/main/java/world/bentobox/bentobox/managers/IslandsManager.java +++ b/src/main/java/world/bentobox/bentobox/managers/IslandsManager.java @@ -931,7 +931,7 @@ public class IslandsManager { } /** - * Checks if an online player is in the protected area of an island he owns or he is part of. i.e. rank is > VISITOR_RANK + * Checks if an online player is in the protected area of an island he owns or he is part of. i.e. rank is greater than VISITOR_RANK * * @param world the World to check. Typically this is the user's world. Does not check nether or end worlds. If null the method will always return {@code false}. * @param user the User to check, if null or if this is not a Player the method will always return {@code false}. diff --git a/src/main/java/world/bentobox/bentobox/managers/PlayersManager.java b/src/main/java/world/bentobox/bentobox/managers/PlayersManager.java index f0c748359..1d145dd40 100644 --- a/src/main/java/world/bentobox/bentobox/managers/PlayersManager.java +++ b/src/main/java/world/bentobox/bentobox/managers/PlayersManager.java @@ -273,7 +273,7 @@ public class PlayersManager { } /** - * Sets the player's name and updates the name>UUID database + * Sets the player's name and updates the name to UUID database * @param user - the User */ public void setPlayerName(@NonNull User user) {