mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
missing override inspection: fix all should be available IDEA-211709
GitOrigin-RevId: 1415e9f737a136d65a55fea8fd950865ede08601
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3af9386a00
commit
9ff6cc29ab
@@ -65,7 +65,7 @@ public class AnnotateMethodFix implements LocalQuickFix {
|
||||
|
||||
@Override
|
||||
public boolean startInWriteAction() {
|
||||
return false;
|
||||
return !annotateOverriddenMethods();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user