File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/com/magento/idea/magento2plugin/project Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
import org .jetbrains .annotations .NotNull ;
34
34
import org .jetbrains .annotations .Nullable ;
35
35
36
+ @ SuppressWarnings ({"PMD.TooManyFields" })
36
37
public class SettingsForm implements PhpFrameworkConfigurable {
37
-
38
38
private final Project project ;
39
39
private JCheckBox pluginEnabled ;
40
40
private JButton buttonReindex ;
@@ -95,7 +95,7 @@ public void mouseClicked(final MouseEvent event) {
95
95
return (JComponent ) panel ;
96
96
}
97
97
98
- private void refreshFormStatus (boolean isEnabled ) {
98
+ private void refreshFormStatus (final boolean isEnabled ) {
99
99
buttonReindex .setEnabled (isEnabled );
100
100
regenerateUrnMapButton .setEnabled (isEnabled );
101
101
magentoVersion .setEnabled (isEnabled );
You can’t perform that action at this time.
0 commit comments