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

Future Java versions may not support _ as identifier.

This commit is contained in:
FearFree
2014-03-20 10:54:07 -05:00
committed by Chris Ward
parent 7266908177
commit 51bd0d88f3
176 changed files with 1032 additions and 1028 deletions

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials.xmpp;
import static com.earth2me.essentials.I18n._;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.IEssentials;
import net.ess3.api.IUser;
import java.util.List;
@@ -36,7 +36,7 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP
ess = (IEssentials)pluginManager.getPlugin("Essentials");
if (!this.getDescription().getVersion().equals(ess.getDescription().getVersion()))
{
LOGGER.log(Level.WARNING, _("versionMismatchAll"));
LOGGER.log(Level.WARNING, tl("versionMismatchAll"));
}
if (!ess.isEnabled())
{