Java 7 and make intellij happy

This commit is contained in:
Trent Hensler
2017-12-19 02:18:13 -08:00
parent ce132ed033
commit 3b644cd6c3
53 changed files with 222 additions and 285 deletions

View File

@@ -12,7 +12,7 @@ public enum Role {
public final String nicename;
public final TL translation;
private Role(final int value, final TL translation) {
Role(final int value, final TL translation) {
this.value = value;
this.nicename = translation.toString();
this.translation = translation;