mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
typo
This commit is contained in:
@@ -295,7 +295,7 @@ public class ExternalAnnotationsManagerImpl extends BaseExternalAnnotationsManag
|
||||
return;
|
||||
}
|
||||
|
||||
final List<PsiFile> annotationFies = xmlFiles == null ? new ArrayList<PsiFile>() : new ArrayList<PsiFile>(xmlFiles);
|
||||
final List<PsiFile> annotationFiles = xmlFiles == null ? new ArrayList<PsiFile>() : new ArrayList<PsiFile>(xmlFiles);
|
||||
|
||||
new WriteCommandAction(project) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user