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

Modifier order consistency

This commit is contained in:
Iaccidentally
2014-02-04 11:11:43 -05:00
parent 9d60c20f17
commit 78b74afa4b
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;