ExternalAnnotationsManager: typo fixed (IDEA-CR-58317)

GitOrigin-RevId: dc3b145d4a9cecb3aad1d3004779912fc7aa312d
This commit is contained in:
Tagir Valeev
2020-02-14 10:54:57 +07:00
committed by intellij-monorepo-bot
parent 05897d5b2b
commit f167b12e65

View File

@@ -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,
/**