[java-inspections] correct text quickfix

GitOrigin-RevId: 43e48350e5bc2ea5b7aea48203b8457ba264b748
This commit is contained in:
Mikhail Pyltsin
2023-02-23 14:27:14 +00:00
committed by intellij-monorepo-bot
parent 89cc796ca0
commit ca3fa43d58
@@ -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