PBULVCKCIJ OAIufgdys87tgyrew78564786584379h63

This commit is contained in:
Chayapak 2023-07-31 16:15:10 +07:00
parent e4f9f33a44
commit 0a7b727c50

View file

@ -32,9 +32,9 @@ public class ComponentUtilities {
public static final Pattern ARG_PATTERN = Pattern.compile("%(?:(\\d+)\\$)?([s%])"); public static final Pattern ARG_PATTERN = Pattern.compile("%(?:(\\d+)\\$)?([s%])");
// is having each map for each type a great idea? // is having each map for each type a great idea?
private static final Map<Component, String> stringCache = new HashMap<>(); public static final Map<Component, String> stringCache = new HashMap<>();
private static final Map<Component, String> motdCache = new HashMap<>(); public static final Map<Component, String> motdCache = new HashMap<>();
private static final Map<Component, String> ansiCache = new HashMap<>(); public static final Map<Component, String> ansiCache = new HashMap<>();
public static final Map<String, String> ansiMap = new HashMap<>(); public static final Map<String, String> ansiMap = new HashMap<>();
static { static {