Skip to content

Commit 2e5775d

Browse files
committed
Fixed static test failures
1 parent 71a68d0 commit 2e5775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCLICommandDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import javax.swing.JTextField;
3737
import javax.swing.KeyStroke;
3838

39-
@SuppressWarnings({"PMD.MissingSerialVersionUID"})
39+
@SuppressWarnings({"PMD.MissingSerialVersionUID", "PMD.ExcessiveImports"})
4040
public class NewCLICommandDialog extends AbstractDialog {
4141
private JPanel contentPane;
4242
private JButton buttonCancel;

0 commit comments

Comments
 (0)