mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
8044477: Fix fallthrough lint warning in ASM
Reviewed-by: lancea
This commit is contained in:
parent
58442c77e6
commit
4bc2761620
@ -230,6 +230,7 @@ final class Item {
|
||||
* @param strVal3
|
||||
* third part of the value of this item.
|
||||
*/
|
||||
@SuppressWarnings("fallthrough")
|
||||
void set(final int type, final String strVal1, final String strVal2,
|
||||
final String strVal3) {
|
||||
this.type = type;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user