Fix typo in JavaDoc

Co-authored-by: Morgan <cerealcable@users.noreply.github.com>
This commit is contained in:
LlmDl 2022-08-03 15:35:52 -05:00 committed by GitHub
parent 7129ffb94f
commit 698c623ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ import org.bukkit.entity.Player;
/**
* The main Chat API - allows for Prefix/Suffix nodes along with generic Info nodes if the linked Chat system supports them
*
* @deprecated in lieu of the modern Vault2. To update alter your import to new.milkbowl.vault2.chat.
* @deprecated in lieu of the modern Vault2. To update alter your import to net.milkbowl.vault2.chat.
*/
public abstract class Chat {