From 698c623ccc59299fdc5cde995392edda604e921e Mon Sep 17 00:00:00 2001 From: LlmDl Date: Wed, 3 Aug 2022 15:35:52 -0500 Subject: [PATCH] Fix typo in JavaDoc Co-authored-by: Morgan --- src/main/java/net/milkbowl/vault/chat/Chat.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/net/milkbowl/vault/chat/Chat.java b/src/main/java/net/milkbowl/vault/chat/Chat.java index 1554bb8..8945223 100644 --- a/src/main/java/net/milkbowl/vault/chat/Chat.java +++ b/src/main/java/net/milkbowl/vault/chat/Chat.java @@ -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 {