Skip to content

Commit 060bba8

Browse files
committed
Fixed static test failures
1 parent 66db2f0 commit 060bba8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
import javax.swing.event.DocumentEvent;
4040
import org.jetbrains.annotations.NotNull;
4141

42+
@SuppressWarnings({
43+
"PMD.ExcessiveImports"
44+
})
4245
public class InjectAViewModelDialog extends AbstractDialog {
4346
@NotNull
4447
private final Project project;

0 commit comments

Comments
 (0)