mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
EA-26629 - IAE: JavaCodeStyleManagerImpl.shortenClassReferences
This commit is contained in:
@@ -175,7 +175,7 @@ public class AddAnnotationFix extends PsiElementBaseIntentionAction implements L
|
||||
}
|
||||
}
|
||||
|
||||
PsiAnnotation inserted = modifierList.addAnnotation(myAnnotation);
|
||||
final @NotNull PsiAnnotation inserted = modifierList.addAnnotation(myAnnotation);
|
||||
if (myPairs != null) {
|
||||
for (PsiNameValuePair pair : myPairs) {
|
||||
inserted.setDeclaredAttributeValue(pair.getName(), pair.getValue());
|
||||
|
||||
Reference in New Issue
Block a user