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

Alexey Ivanov aivanov at openjdk.java.net
Mon Jan 24 18:34:17 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.

This pull request has now been integrated.

Changeset: dae2226a
Author:    Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/dae2226a538f7156056d1f101fb5b4d1c6f72520
Stats:     55 lines in 1 file changed: 38 ins; 0 del; 17 mod

8279795: Fix typo in BasicFileChooserUI: Constucts -> Constructs

Reviewed-by: prr, serb

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

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



More information about the client-libs-dev mailing list