More reformatting
This commit is contained in:
@@ -11,8 +11,7 @@ public enum Role {
|
||||
public final String nicename;
|
||||
|
||||
private Role(final int value, final String nicename) {
|
||||
this.value = value;
|
||||
this.nicename = nicename;
|
||||
this.value = value; this.nicename = nicename;
|
||||
}
|
||||
|
||||
public boolean isAtLeast(Role role) {
|
||||
|
||||
Reference in New Issue
Block a user