EnhancedSwitchBackwardMigrationInspection: fix names

This commit is contained in:
Roman.Ivanov
2018-12-07 16:26:58 +07:00
parent d5634e2254
commit 23aef030d8
2 changed files with 3 additions and 4 deletions
@@ -1,8 +1,7 @@
<html>
<body>
<p>
Reports 'switch' statements, which can be replaced with enhanced 'switch' statement or expression.
</p>
Reports 'switch' statements, which can be replaced with enhanced 'switch' statement or expression.
<p>Available if the language level is at least Java 12 Preview.</p>
<!-- tooltip end -->
<p><small>New in 2019.1</small></p>
@@ -1034,7 +1034,7 @@ inspection.switch.expression.migration.inspection.if.name=If statement can be re
inspection.replace.with.switch.expression.fix.name=Replace with 'switch' expression
inspection.replace.with.enhanced.switch.statement.fix.name=Replace with enhanced 'switch' statement
inspection.switch.expression.backward.migration.inspection.name='switch' expression can be replaced with old style 'switch' statement
inspection.switch.expression.backward.migration.inspection.name=New style 'switch' can be replaced with old style one
inspection.switch.expression.backward.expression.migration.inspection.name='switch' expression can be replaced with old style 'switch' statement
inspection.switch.expression.backward.statement.migration.inspection.name='switch' statement can be replaced with old style 'switch' statement
inspection.replace.with.old.style.switch.statement.fix.name=Replace with old style 'switch' statement