forked from ChomeNS/chomens-bot-java
PBULVCKCIJ OAIufgdys87tgyrew78564786584379h63
This commit is contained in:
parent
e4f9f33a44
commit
0a7b727c50
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue