raids: Final fields

This commit is contained in:
sdburns1998
2019-07-07 18:08:20 +02:00
parent 9a21040fa3
commit 4f0aee61fc
2 changed files with 5 additions and 5 deletions

View File

@@ -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)

View File

@@ -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()
{