RFR: 8279795: Fix typo in BasicFileChooserUI: Constucts -> Constructs [v2]
Sergey Bylokhov
serb at openjdk.java.net
Wed Jan 19 22:55:50 UTC 2022
On Tue, 18 Jan 2022 17:29:11 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.
>
> Alexey Ivanov has updated the pull request incrementally with one additional commit since the last revision:
>
> Add a blank line between java- and javax-package classes
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7030
More information about the client-libs-dev
mailing list