mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-15 20:01:57 +01:00
Formatting
This commit is contained in:
parent
1e381a59be
commit
5c7fc763fc
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user