mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
ExternalAnnotationsManager: typo fixed (IDEA-CR-58317)
GitOrigin-RevId: dc3b145d4a9cecb3aad1d3004779912fc7aa312d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
05897d5b2b
commit
f167b12e65
@@ -33,7 +33,7 @@ public abstract class ExternalAnnotationsManager {
|
||||
* User should be asked to decide whether they want to create new annotation root for external annotation.
|
||||
* {@link ExternalAnnotationsManager#chooseAnnotationsPlace(PsiElement)} asks user automatically, so this result is never returned,
|
||||
* but it requires EDT thread. On the other hand, {@link ExternalAnnotationsManager#chooseAnnotationsPlaceNoUi(PsiElement)}
|
||||
* never display UI but may return this result.
|
||||
* never displays UI but may return this result.
|
||||
*/
|
||||
NEED_ASK_USER,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user