From 239e13fab2a3f277d8cb13feb1a6c3df739c080d Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Wed, 19 Jul 2023 13:37:58 -0500 Subject: [PATCH] clean: annotations turned bad --- .../java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java index ea0d8a39..a1eda75a 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java @@ -18,7 +18,7 @@ import java.util.Set; */ @SuppressWarnings("SpellCheckingInspection") public class EmoteManager { - private static final @NotNull Map<@NotNull String, @NotNull String> emotes = new HashMap<>(); + private static final @NotNull Map emotes = new HashMap<>(); /** * Loads all BlockBench animations from the emotes folder and puts it into the animation manager registry and local registry