mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 06:46:43 +00:00
Revert "intellij "code cleanup" just adds final everywhere"
This reverts commit eb8571b6e9
.
This commit is contained in:
@ -20,7 +20,7 @@ import org.bukkit.inventory.meta.SkullMeta;
|
||||
public class PunishmentMenu extends AbstractMenu
|
||||
{
|
||||
|
||||
private final List<Inventory> inventories = Lists.newArrayList();
|
||||
private List<Inventory> inventories = Lists.newArrayList();
|
||||
|
||||
public PunishmentMenu()
|
||||
{
|
||||
|
Reference in New Issue
Block a user