mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
[platform] cleanup: suppress false-positive from "Magic Constant" inspection (see IDEA-359236)
GitOrigin-RevId: 34ee045d7d0ac1990287ecfe80f616135dcf8c2f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2eb4f94a5d
commit
8f2807ba43
@@ -27,6 +27,7 @@ public class HeadlessPluginsInstaller implements ApplicationStarter {
|
||||
|
||||
@Override
|
||||
public int getRequiredModality() {
|
||||
//noinspection MagicConstant (workaround for IDEA-359236)
|
||||
return NOT_IN_EDT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user