lootassist: Final fields
This commit is contained in:
@@ -22,8 +22,8 @@ import net.runelite.client.ui.overlay.OverlayUtil;
|
|||||||
@Singleton
|
@Singleton
|
||||||
public class LootAssistOverlay extends Overlay
|
public class LootAssistOverlay extends Overlay
|
||||||
{
|
{
|
||||||
private Client client;
|
private final Client client;
|
||||||
private DecimalFormat d = new DecimalFormat("##.#");
|
private final DecimalFormat d = new DecimalFormat("##.#");
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public LootAssistOverlay(final Client client)
|
public LootAssistOverlay(final Client client)
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public class LootAssistPlugin extends Plugin
|
|||||||
@Inject
|
@Inject
|
||||||
LootAssistOverlay lootAssistOverlay;
|
LootAssistOverlay lootAssistOverlay;
|
||||||
|
|
||||||
static ConcurrentHashMap<WorldPoint, LootPile> lootPiles = new ConcurrentHashMap<>();
|
static final ConcurrentHashMap<WorldPoint, LootPile> lootPiles = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void startUp() throws Exception
|
protected void startUp() throws Exception
|
||||||
|
|||||||
Reference in New Issue
Block a user