mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-12-11 18:28:14 +01:00
Make various things final
This commit is contained in:
@@ -36,8 +36,8 @@ import org.bukkit.entity.Player;
|
||||
|
||||
public class PlaceholderAPICommands implements CommandExecutor {
|
||||
|
||||
private PlaceholderAPIPlugin plugin;
|
||||
private CommandExecutor eCloud;
|
||||
private final PlaceholderAPIPlugin plugin;
|
||||
private final CommandExecutor eCloud;
|
||||
|
||||
public PlaceholderAPICommands(PlaceholderAPIPlugin i) {
|
||||
plugin = i;
|
||||
|
||||
Reference in New Issue
Block a user