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 GridBagConstraints c;
|
||||
private JPanel equipmentPanels;
|
||||
private JPanel header;
|
||||
private JLabel nameLabel;
|
||||
private final GridBagConstraints c;
|
||||
private final JPanel equipmentPanels;
|
||||
private final JPanel header;
|
||||
private final JLabel nameLabel;
|
||||
|
||||
@Inject
|
||||
private ItemManager itemManager;
|
||||
|
||||
Reference in New Issue
Block a user