Skip to content

Commit

Permalink
Fix TypeMismatchQuickFixTest
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
robstryker committed Nov 17, 2023
1 parent 218761d commit 53b18a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public static void addIncompatibleReturnTypeProposals(IInvocationContextCore con
} else {
proposal.setDisplayName(Messages.format(CorrectionMessages.TypeMismatchSubProcessor_changereturnofoverridden_description, BasicElementLabels.getJavaElementName(overriddenDecl.getName())));
}
proposals.add(CodeActionHandler.wrap(p, CodeActionKind.QuickFix));
proposals.add(CodeActionHandler.wrap(proposal, CodeActionKind.QuickFix));
}
}
}
Expand Down

0 comments on commit 53b18a4

Please sign in to comment.