equipmentinspector: Final fields
This commit is contained in:
@@ -53,10 +53,10 @@ class EquipmentInspectorPanel extends PluginPanel
|
|||||||
{
|
{
|
||||||
private final static String NO_PLAYER_SELECTED = "No player selected";
|
private final static String NO_PLAYER_SELECTED = "No player selected";
|
||||||
|
|
||||||
private GridBagConstraints c;
|
private final GridBagConstraints c;
|
||||||
private JPanel equipmentPanels;
|
private final JPanel equipmentPanels;
|
||||||
private JPanel header;
|
private final JPanel header;
|
||||||
private JLabel nameLabel;
|
private final JLabel nameLabel;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
private ItemManager itemManager;
|
private ItemManager itemManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user