mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
Fix "ignored result of call" and other warnings
GitOrigin-RevId: 13ffae0c5ef1ea27b7306f4b0cc5386369717734
This commit is contained in:
committed by
intellij-monorepo-bot
parent
edec77df83
commit
2854780d0a
@@ -229,6 +229,7 @@ final class UsedIconsListingAction extends AnAction {
|
||||
PsiFile file = annotation.getContainingFile();
|
||||
if (useScope.contains(file.getVirtualFile())) {
|
||||
WriteCommandAction.writeCommandAction(project, file).run(() -> {
|
||||
//noinspection ResultOfMethodCallIgnored -- load tree?
|
||||
annotation.getNode();
|
||||
annotation.setDeclaredAttributeValue(
|
||||
"icon",
|
||||
|
||||
Reference in New Issue
Block a user