src/java.desktop/share/classes/javax/swing/GroupLayout.java

Print this page

        

@@ -3389,11 +3389,11 @@
 
     /**
      * 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;
 
         AutoPreferredGapMatch(ComponentSpring source, ComponentSpring target) {
             this.source = source;