[java-completion] IJ-CR-124074 IDEA-342465 support correctness for completion

- rollback changes for `createDeleteDefaultFix`

GitOrigin-RevId: 2bd379fe147da2ef83dca1efdc6af381e0b57c56
This commit is contained in:
Mikhail Pyltsin
2024-02-02 15:21:21 +01:00
committed by intellij-monorepo-bot
parent 123a34fb4a
commit e467d25f90
3 changed files with 5 additions and 11 deletions

View File

@@ -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);