Fix boosts plugin style nits

This commit is contained in:
SomeoneWithAnInternetConnection
2018-02-02 05:19:35 -05:00
parent 041504d9e7
commit 924fc9c8ae

View File

@@ -47,6 +47,7 @@ import net.runelite.client.ui.overlay.infobox.InfoBoxManager;
class BoostsOverlay extends Overlay
{
private final BufferedImage[] imgCache = new BufferedImage[Skill.values().length - 1];
@Getter
private final BoostIndicator[] indicators = new BoostIndicator[Skill.values().length - 1];
@@ -56,6 +57,7 @@ class BoostsOverlay extends Overlay
@Inject
private BoostsPlugin plugin;
private PanelComponent panelComponent;
@Inject