src/java.desktop/share/classes/sun/swing/plaf/synth/SynthFileChooserUI.java

Print this page

        

@@ -226,12 +226,12 @@
     }
 
     protected void paint(SynthContext context, Graphics g) {
     }
 
-    abstract public void setFileName(String fileName);
-    abstract public String getFileName();
+    public abstract void setFileName(String fileName);
+    public abstract String getFileName();
 
     protected void doSelectedFileChanged(PropertyChangeEvent e) {
     }
 
     protected void doSelectedFilesChanged(PropertyChangeEvent e) {