mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[java-inspections] More ModCommand quick-fixes
GitOrigin-RevId: 84678d07a8553fac7d8605276e87977d912bcb0e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
623d223b53
commit
854b5536b3
@@ -30,6 +30,6 @@ public final class PsiQuickFixFactory {
|
||||
}
|
||||
|
||||
public static LocalQuickFix createChangeAnnotationParameterFix(@NotNull PsiAnnotation psiAnnotation, @NotNull String name, @Nullable String newValue) {
|
||||
return new ChangeAnnotationParameterQuickFix(psiAnnotation, name, newValue);
|
||||
return new ChangeAnnotationParameterQuickFix(psiAnnotation, name, newValue).asQuickFix();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user