raids: Final fields
This commit is contained in:
@@ -76,8 +76,8 @@ public class RaidsOverlay extends Overlay
|
||||
private final ItemManager itemManager;
|
||||
private final SpriteManager spriteManager;
|
||||
private final PanelComponent panelImages = new PanelComponent();
|
||||
private Client client;
|
||||
private RaidsPlugin plugin;
|
||||
private final Client client;
|
||||
private final RaidsPlugin plugin;
|
||||
@Setter(AccessLevel.PACKAGE)
|
||||
private boolean sharable = false;
|
||||
@Getter(AccessLevel.PACKAGE)
|
||||
|
||||
@@ -46,9 +46,9 @@ class RaidsPanel extends PluginPanel
|
||||
@Inject
|
||||
private RaidsPlugin raidsPlugin;
|
||||
|
||||
private JButton reloadButton = new JButton("Reload Instance");
|
||||
private JButton reloadScouter = new JButton("Reload Raid Overlay");
|
||||
private JLabel reloadMessage = new JLabel("<html><center><h3>Instance Reload Helper </h3>Reloading an instance will cause your client to disconnect temporarily.<br></center></html>");
|
||||
private final JButton reloadButton = new JButton("Reload Instance");
|
||||
private final JButton reloadScouter = new JButton("Reload Raid Overlay");
|
||||
private final JLabel reloadMessage = new JLabel("<html><center><h3>Instance Reload Helper </h3>Reloading an instance will cause your client to disconnect temporarily.<br></center></html>");
|
||||
|
||||
void init()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user