--- old/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java 2014-06-14 12:29:07.000000000 -0700 +++ new/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java 2014-06-14 12:29:07.000000000 -0700 @@ -382,7 +382,7 @@ * Returns the ui that is of type klass, or null if * one can not be found. */ - static Object getUIOfType(ComponentUI ui, Class klass) { + static Object getUIOfType(ComponentUI ui, Class klass) { if (klass.isInstance(ui)) { return ui; }