--- old/src/java.desktop/share/classes/javax/swing/GroupLayout.java 2015-09-18 13:05:44.189448869 -0700 +++ new/src/java.desktop/share/classes/javax/swing/GroupLayout.java 2015-09-18 13:05:44.081448873 -0700 @@ -3391,7 +3391,7 @@ * Represents two springs that should have autopadding inserted between * them. */ - private final static class AutoPreferredGapMatch { + private static final class AutoPreferredGapMatch { public final ComponentSpring source; public final ComponentSpring target;