there was literally no reason to have it like that

This commit is contained in:
Leijurv 2018-10-09 17:36:35 -07:00
parent 22d2036657
commit fc9d13a03c
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -531,7 +531,7 @@ public class Settings {
// here be dragons // here be dragons
{ Settings() {
Field[] temp = getClass().getFields(); Field[] temp = getClass().getFields();
HashMap<String, Setting<?>> tmpByName = new HashMap<>(); HashMap<String, Setting<?>> tmpByName = new HashMap<>();
List<Setting<?>> tmpAll = new ArrayList<>(); List<Setting<?>> tmpAll = new ArrayList<>();
@ -566,6 +566,4 @@ public class Settings {
} }
return result; return result;
} }
Settings() { }
} }