From ca3fa43d580014ecd513cd37afa372a9c601419c Mon Sep 17 00:00:00 2001 From: Mikhail Pyltsin Date: Thu, 23 Feb 2023 08:43:55 +0100 Subject: [PATCH] [java-inspections] correct text quickfix GitOrigin-RevId: 43e48350e5bc2ea5b7aea48203b8457ba264b748 --- .../resources/messages/InspectionGadgetsBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties index 4acc2c0c0ebb..99759828619e 100644 --- a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties +++ b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties @@ -2316,7 +2316,7 @@ fix.eliminate.folded.if.present.description=Folded 'ifPresent()' call can be eli inspection.enhanced.for.with.record.pattern.can.be.used.display.name=Enhanced 'for' with a record pattern can be used inspection.enhanced.for.with.record.pattern.can.be.used.message=Can be replaced with enhanced 'for' with a record pattern -inspection.enhanced.for.with.record.pattern.can.be.used.fix.family.name=Replace with enhanced 'for' with a record pattern +inspection.enhanced.for.with.record.pattern.can.be.used.fix.family.name=Replace with a record pattern inspection.enhanced.for.with.record.pattern.can.be.used.var.option=Use 'var' instead of explicit types inspection.enhanced.for.with.record.pattern.can.be.used.level.option=Nesting depth limit inspection.enhanced.for.with.record.pattern.can.be.used.components.option=Maximum number of record components to deconstruct