More reformatting

This commit is contained in:
drtshock
2014-07-01 14:52:40 -05:00
parent dc54f78cc1
commit 5066934a95
109 changed files with 1288 additions and 2883 deletions

View File

@@ -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) {