src/java.desktop/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java

Print this page

        

@@ -952,11 +952,11 @@
 
             return this;
         }
     }
 
-    final static int space = 10;
+    static final int space = 10;
     class IndentIcon implements Icon {
 
         Icon icon = null;
         int depth = 0;