8044477: Fix fallthrough lint warning in ASM

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2014-05-30 16:41:18 -07:00
parent 58442c77e6
commit 4bc2761620

View File

@ -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;