Skip to content

Commit d95883b

Browse files
committed
Fixed static test failures
1 parent 9ec4c38 commit d95883b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import javax.swing.KeyStroke;
4343
import org.jetbrains.annotations.NotNull;
4444

45-
@SuppressWarnings({"PMD.TooManyFields", "PMD.DataClass", "PMD.UnusedPrivateMethod"})
45+
@SuppressWarnings({"PMD.TooManyFields", "PMD.DataClass", "PMD.UnusedPrivateMethod", "PMD.ExcessiveImports"})
4646
public class CreateAPluginDialog extends AbstractDialog {
4747
@NotNull
4848
private final Project project;

0 commit comments

Comments
 (0)