From 0a7b727c50f3562cce8376e80ac5f1f671d69319 Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:15:10 +0700 Subject: [PATCH] PBULVCKCIJ OAIufgdys87tgyrew78564786584379h63 --- .../chayapak/chomens_bot/util/ComponentUtilities.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/land/chipmunk/chayapak/chomens_bot/util/ComponentUtilities.java b/src/main/java/land/chipmunk/chayapak/chomens_bot/util/ComponentUtilities.java index b5230c9c..bd2ee5b0 100644 --- a/src/main/java/land/chipmunk/chayapak/chomens_bot/util/ComponentUtilities.java +++ b/src/main/java/land/chipmunk/chayapak/chomens_bot/util/ComponentUtilities.java @@ -32,9 +32,9 @@ public class ComponentUtilities { public static final Pattern ARG_PATTERN = Pattern.compile("%(?:(\\d+)\\$)?([s%])"); // is having each map for each type a great idea? - private static final Map stringCache = new HashMap<>(); - private static final Map motdCache = new HashMap<>(); - private static final Map ansiCache = new HashMap<>(); + public static final Map stringCache = new HashMap<>(); + public static final Map motdCache = new HashMap<>(); + public static final Map ansiCache = new HashMap<>(); public static final Map ansiMap = new HashMap<>(); static {