File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
bukkit/src/main/java/io/github/rothes/protocolstringreplacer/replacer Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727import java .util .List ;
2828import java .util .Map ;
2929import java .util .Set ;
30- import java .util .concurrent .ConcurrentHashMap ;
3130import java .util .function .BiPredicate ;
3231import java .util .regex .Pattern ;
3332import java .util .regex .PatternSyntaxException ;
@@ -38,7 +37,7 @@ public class ReplacerManager {
3837 private char papiHead ;
3938 private char papiTail ;
4039 private final List <ReplacerConfig > replacerConfigList = new ArrayList <>();
41- private final ConcurrentHashMap <ItemStack , HandledItemCache > cacheTable = new ConcurrentHashMap <>();
40+ private final HashMap <ItemStack , HandledItemCache > cacheTable = new HashMap <>();
4241 private PsrTask cleanTask ;
4342
4443 public static class HandledItemCache {
You can’t perform that action at this time.
0 commit comments