redundant suppression: don't warn on "all" locally as global tools are not run (IDEA-253244)

GitOrigin-RevId: 3666dcf887e8a4735dee08f16e172c9272bfca24
This commit is contained in:
Anna Kozlova
2020-10-20 19:56:45 +00:00
committed by intellij-monorepo-bot
parent 017a58c542
commit 64cb6979ca
2 changed files with 1 additions and 12 deletions
@@ -1,4 +1,4 @@
// "Remove 'ALL' suppression" "true"
// "Remove 'ALL' suppression" "false"
import java.util.*;
@SuppressWarnings({"AL<caret>L"})