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. This pull request has now been integrated. Changeset: dae2226a Author: Alexey Ivanov <[email protected]> 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
