mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
[java-completion] IJ-CR-124074 IDEA-342465 support correctness for completion
- rollback changes for `createDeleteDefaultFix` GitOrigin-RevId: 2bd379fe147da2ef83dca1efdc6af381e0b57c56
This commit is contained in:
committed by
intellij-monorepo-bot
parent
123a34fb4a
commit
e467d25f90
@@ -553,7 +553,7 @@ public abstract class QuickFixFactory {
|
||||
|
||||
public abstract @NotNull IntentionAction createDeleteSwitchLabelFix(@NotNull PsiCaseLabelElement labelElement);
|
||||
|
||||
public abstract IntentionAction createDeleteDefaultFix(@NotNull PsiFile file, @NotNull PsiElement defaultElement);
|
||||
public abstract @NotNull IntentionAction createDeleteDefaultFix(@NotNull PsiFile file, @NotNull PsiElement defaultElement);
|
||||
|
||||
public abstract @NotNull IntentionAction createAddAnnotationTargetFix(@NotNull PsiAnnotation annotation, PsiAnnotation.TargetType target);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user