mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 21:46:55 +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