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