Make HudCompontent instance final

This commit is contained in:
Ossian Winter 2021-01-27 15:27:40 +01:00
parent 0b35e444f2
commit c08dbdf4ab
No known key found for this signature in database
GPG Key ID: 1017BE95C68A39F9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import java.util.Map;
*/
public final class HudConfig extends Configurable {
private HudComponent hudComponent;
private final HudComponent hudComponent;
public HudConfig(File dir, HudComponent hudComponent) {
super(FileUtil.createJsonFile(dir, hudComponent.getName()));