[java] ImplicitSwitchFallThrough: Update test description

This commit is contained in:
Andreas Dangel
2023-04-25 20:27:39 +02:00
parent e8d9ec4347
commit 8b5aba41fe

View File

@ -402,7 +402,7 @@ record MyRecord(boolean b) {
</test-code>
<test-code>
<description>NPE with Switch in enum constant body</description>
<description>#4505 NPE with Switch in enum constant body</description>
<expected-problems>1</expected-problems>
<expected-linenumbers>7</expected-linenumbers>
<code><![CDATA[