--- old/src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java 2014-04-09 19:26:16.000000000 -0700 +++ new/src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java 2014-04-09 19:26:15.000000000 -0700 @@ -2338,6 +2338,7 @@ // From the JLF Design Guidelines: // http://www.oracle.com/technetwork/java/jlf-135985.html + @SuppressWarnings("fallthrough") private static class MetalLayoutStyle extends DefaultLayoutStyle { private static MetalLayoutStyle INSTANCE = new MetalLayoutStyle(); @@ -2474,4 +2475,4 @@ return 0; } } -} \ No newline at end of file +}