profiles: Final field

This commit is contained in:
sdburns1998
2019-07-07 17:52:50 +02:00
parent c28a01edcf
commit 770c177553

View File

@@ -92,7 +92,7 @@ class ProfilesPanel extends PluginPanel
private final JPasswordField txtAccountLogin = new JPasswordField(ACCOUNT_USERNAME);
private final JPasswordField txtPasswordLogin = new JPasswordField(PASSWORD_LABEL);
private final JPanel profilesPanel = new JPanel();
private GridBagConstraints c;
private final GridBagConstraints c;
@Inject
public ProfilesPanel(final Client client, final ProfilesConfig config)