intellij "code cleanup" just adds final everywhere

This commit is contained in:
2022-03-25 00:52:06 -05:00
parent 273dd8a5ef
commit eb8571b6e9
6 changed files with 15 additions and 15 deletions

View File

@ -20,7 +20,7 @@ import org.bukkit.inventory.meta.SkullMeta;
public class PunishmentMenu extends AbstractMenu
{
private List<Inventory> inventories = Lists.newArrayList();
private final List<Inventory> inventories = Lists.newArrayList();
public PunishmentMenu()
{