1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 17:45:08 +02:00

Modifier order consistency

This commit is contained in:
Iaccidentally
2014-02-04 11:11:43 -05:00
parent 20ff61909f
commit 518650e842
22 changed files with 38 additions and 38 deletions

View File

@@ -13,7 +13,7 @@ import org.bukkit.event.player.AsyncPlayerChatEvent;
public abstract class EssentialsChatPlayer implements Listener
{
protected final static Logger logger = Logger.getLogger("Minecraft");
protected static final Logger logger = Logger.getLogger("Minecraft");
protected transient IEssentials ess;
protected final transient Server server;
protected final transient Map<AsyncPlayerChatEvent, ChatStore> chatStorage;