since all settings are individually final, the class should be too

This commit is contained in:
Leijurv 2019-02-06 10:23:01 -08:00
parent 3326339263
commit 92ba76e7a1
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ public final class Settings {
}
}
public class Setting<T> {
public final class Setting<T> {
public T value;
public final T defaultValue;
private String name;