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) {