Skip to content

Commit

Permalink
Fix typo in JavaDoc
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan <cerealcable@users.noreply.github.com>
  • Loading branch information
LlmDl and cerealcable committed Aug 3, 2022
1 parent 7129ffb commit 698c623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/milkbowl/vault/chat/Chat.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
/**
* 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 {

Expand Down

0 comments on commit 698c623

Please sign in to comment.