8044477: Fix fallthrough lint warning in ASM
authordarcy
Fri, 30 May 2014 16:41:18 -0700
changeset 24688 b7543de25d78
parent 24687 a5dfe74199ca
child 24689 84f69ef153cc
8044477: Fix fallthrough lint warning in ASM Reviewed-by: lancea
jdk/src/share/classes/jdk/internal/org/objectweb/asm/Item.java
--- a/jdk/src/share/classes/jdk/internal/org/objectweb/asm/Item.java	Fri May 30 13:37:35 2014 -0700
+++ b/jdk/src/share/classes/jdk/internal/org/objectweb/asm/Item.java	Fri May 30 16:41:18 2014 -0700
@@ -230,6 +230,7 @@
      * @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;