profiles: Final field
This commit is contained in:
@@ -92,7 +92,7 @@ class ProfilesPanel extends PluginPanel
|
|||||||
private final JPasswordField txtAccountLogin = new JPasswordField(ACCOUNT_USERNAME);
|
private final JPasswordField txtAccountLogin = new JPasswordField(ACCOUNT_USERNAME);
|
||||||
private final JPasswordField txtPasswordLogin = new JPasswordField(PASSWORD_LABEL);
|
private final JPasswordField txtPasswordLogin = new JPasswordField(PASSWORD_LABEL);
|
||||||
private final JPanel profilesPanel = new JPanel();
|
private final JPanel profilesPanel = new JPanel();
|
||||||
private GridBagConstraints c;
|
private final GridBagConstraints c;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public ProfilesPanel(final Client client, final ProfilesConfig config)
|
public ProfilesPanel(final Client client, final ProfilesConfig config)
|
||||||
|
|||||||
Reference in New Issue
Block a user