Skip to content

Commit

Permalink
Fix minor JavaDoc mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 5, 2021
1 parent de951b6 commit 79abf96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public void setPlayerUUID(UUID uuid) {
/**
* Clears all home Locations in world
* @param world - world
* @deprecated Home locations are no longer stored for players. Use {@link IslandManager}
* @deprecated Home locations are no longer stored for players. Use {@link world.bentobox.bentobox.managers.IslandsManager}
*/
@Deprecated(since="1.18.0", forRemoval=true)
public void clearHomeLocations(World world) {
Expand Down

0 comments on commit 79abf96

Please sign in to comment.