Skip to content

Commit 7ebcc23

Browse files
committed
Fixed static test failures
1 parent 53355c4 commit 7ebcc23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838

3939
@SuppressWarnings({
4040
"PMD.TooManyFields",
41-
"PMD.ConstructorCallsOverridableMethod"
41+
"PMD.ConstructorCallsOverridableMethod",
42+
"PMD.ExcessiveImports"
4243
})
4344
public class NewControllerDialog extends AbstractDialog {
4445
private final String moduleName;

0 commit comments

Comments
 (0)