Revert "intellij "code cleanup" just adds final everywhere"

This reverts commit eb8571b6e9.
This commit is contained in:
2022-03-25 00:54:21 -05:00
parent eb8571b6e9
commit 635c1beba7
6 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@ import org.bukkit.event.Listener;
public abstract class AbstractMenu implements Listener
{
private final String name;
private String name;
public AbstractMenu(String name)
{