inventorysetups: Final fields
This commit is contained in:
@@ -108,7 +108,7 @@ public class InventorySetupPlugin extends Plugin
|
||||
|
||||
private InventorySetupPluginPanel panel;
|
||||
|
||||
private Map<String, InventorySetup> inventorySetups = new HashMap<>();
|
||||
private final Map<String, InventorySetup> inventorySetups = new HashMap<>();
|
||||
|
||||
private NavigationButton navButton;
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ import net.runelite.client.ui.ColorScheme;
|
||||
@Singleton
|
||||
abstract class InventorySetupContainerPanel extends JPanel
|
||||
{
|
||||
protected ItemManager itemManager;
|
||||
protected final ItemManager itemManager;
|
||||
|
||||
private final InventorySetupPlugin plugin;
|
||||
|
||||
|
||||
@@ -55,10 +55,10 @@ import net.runelite.client.util.ImageUtil;
|
||||
@Singleton
|
||||
public class InventorySetupPluginPanel extends PluginPanel
|
||||
{
|
||||
private static ImageIcon ADD_ICON;
|
||||
private static ImageIcon ADD_HOVER_ICON;
|
||||
private static ImageIcon REMOVE_ICON;
|
||||
private static ImageIcon REMOVE_HOVER_ICON;
|
||||
private static final ImageIcon ADD_ICON;
|
||||
private static final ImageIcon ADD_HOVER_ICON;
|
||||
private static final ImageIcon REMOVE_ICON;
|
||||
private static final ImageIcon REMOVE_HOVER_ICON;
|
||||
|
||||
private final JPanel noSetupsPanel;
|
||||
private final JPanel invEqPanel;
|
||||
|
||||
Reference in New Issue
Block a user