Make various things final

This commit is contained in:
Draycia
2019-06-10 11:10:39 -07:00
parent 64a6389ebf
commit 4851655110
12 changed files with 18 additions and 19 deletions

View File

@@ -28,8 +28,8 @@ import org.bukkit.event.HandlerList;
public class PlaceholderHookUnloadEvent extends Event {
private static final HandlerList HANDLERS = new HandlerList();
private String plugin;
private PlaceholderHook hook;
private final String plugin;
private final PlaceholderHook hook;
public PlaceholderHookUnloadEvent(String plugin, PlaceholderHook placeholderHook) {
this.plugin = plugin;