On Tue, 11 Jan 2022 15:25:37 GMT, Alexey Ivanov <[email protected]> wrote:

> Fix the typo in the constructor for BasicFileChooserUI.DoubleClickListener: 
> ‘Constucts’ → ‘Constructs’.
> Also fixed the typo in the parameter of the constructor: ‘the lsit’ → ‘the 
> list’.
> 
> I also organised the imports which replaced all wildcard imports with 
> specific class imports.

src/java.desktop/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java 
line 73:

> 71: import javax.swing.plaf.FileChooserUI;
> 72: import javax.swing.plaf.UIResource;
> 73: 

I see that you added a line between different top packages, I use the same 
style, but then it will make sense to do the same for java -> javax above.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7030

Reply via email to