Removed chevron from javadoc

This commit is contained in:
tastybento 2020-01-10 16:50:24 -08:00
parent 63e6a88eb1
commit 6361bb9a4e
2 changed files with 2 additions and 2 deletions

View File

@ -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}.

View File

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