mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-inspections] correct text quickfix
GitOrigin-RevId: 43e48350e5bc2ea5b7aea48203b8457ba264b748
This commit is contained in:
committed by
intellij-monorepo-bot
parent
89cc796ca0
commit
ca3fa43d58
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user