Skip to content

Commit 7a5d78f

Browse files
committed
1113: Fixed PMD
1 parent 57dbea9 commit 7a5d78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/comparator/CompareTemplateAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public CompareTemplateAction() {
4949
*
5050
* @param event AnActionEvent
5151
*/
52-
@SuppressWarnings("PMD.NPathComplexity")
5352
@Override
53+
@SuppressWarnings({"PMD.CyclomaticComplexity", "PMD.NPathComplexity"})
5454
public void update(final @NotNull AnActionEvent event) {
5555
setStatus(event, false);
5656
final Project project = event.getData(PlatformDataKeys.PROJECT);

0 commit comments

Comments
 (0)