RFR: 8279795: Fix typo in BasicFileChooserUI: Constucts -> Constructs

Sergey Bylokhov serb at openjdk.java.net
Wed Jan 12 02:43:21 UTC 2022


On Tue, 11 Jan 2022 15:25:37 GMT, Alexey Ivanov <aivanov at openjdk.org> 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



More information about the client-libs-dev mailing list