mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 06:43:49 -07:00
Begin implementation of CheckStyle style checking
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -16,7 +16,7 @@ public enum PermissionDefault {
|
||||
NOT_OP("!op", "notop", "!operator", "notoperator", "!admin", "notadmin");
|
||||
|
||||
private final String[] names;
|
||||
private final static Map<String, PermissionDefault> lookup = new HashMap<String, PermissionDefault>();
|
||||
private static final Map<String, PermissionDefault> lookup = new HashMap<String, PermissionDefault>();
|
||||
|
||||
private PermissionDefault(/*@NotNull*/ String... names) {
|
||||
this.names = names;
|
||||
|
Reference in New Issue
Block a user