Formatting

This commit is contained in:
md678685 2018-10-13 16:44:24 +01:00
parent 1e381a59be
commit 5c7fc763fc

View File

@ -26,7 +26,9 @@ import static com.earth2me.essentials.I18n.tl;
public class ItemDb implements IConf, net.ess3.api.IItemDb {
protected static final Logger LOGGER = Logger.getLogger("Essentials");
private final transient IEssentials ess;private static Gson gson = new Gson();
private final transient IEssentials ess;
private static Gson gson = new Gson();
// Maps primary name to ItemData
private final transient Map<String, ItemData> items = new HashMap<>();