Skip to content

Commit 0ee4960

Browse files
1010: Code refactoring
1 parent e2f9b0b commit 0ee4960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/magento/idea/magento2plugin/actions/context/AbstractContextAction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public AbstractContextAction(
5252
}
5353

5454
@Override
55+
@SuppressWarnings({"PMD.CyclomaticComplexity", "PMD.NPathComplexity"})
5556
public void update(final @NotNull AnActionEvent event) {
5657
event.getPresentation().setEnabled(false);
5758
event.getPresentation().setVisible(false);

0 commit comments

Comments
 (0)