clean up PlayerCommandPreprocess listener (#3557)

This commit is contained in:
Hannes Greule
2022-04-01 19:30:37 +02:00
committed by GitHub
parent 96e9a61e7c
commit dc5c80d812
2 changed files with 57 additions and 56 deletions

View File

@ -29,6 +29,7 @@ import java.util.HashMap;
import java.util.Map;
import java.util.regex.Pattern;
@Deprecated(since = "TODO", forRemoval = true)
public class RegExUtil {
public static Map<String, Pattern> compiledPatterns;