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

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