--- old/src/share/classes/com/sun/java/swing/plaf/windows/TMSchema.java 2014-06-30 09:09:12.000000000 -0700 +++ new/src/share/classes/com/sun/java/swing/plaf/windows/TMSchema.java 2014-06-30 09:09:12.000000000 -0700 @@ -446,7 +446,7 @@ initStates(); } - Enum[] states = stateMap.get(part); + Enum[] states = stateMap.get(part); if (states != null) { for (int i = 0; i < states.length; i++) { if (state == states[i]) { @@ -504,10 +504,10 @@ TRANSITIONDURATIONS(Integer.class, 6000); - private final Class type; + private final Class type; private final int value; - private Prop(Class type, int value) { + private Prop(Class type, int value) { this.type = type; this.value = value; }