JDK-8279795 : Fix typo in BasicFileChooserUI: Constucts -> Constructs
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-01-10
  • Updated: 2022-01-25
  • Resolved: 2022-01-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 19
19 masterFixed
Related Reports
Relates :  
Description
The Javadoc for DoubleClickListener class in BasicFileChooserUI has a typo: "Constucts a {@code DoubleClickListener}."

It should be "Constructs..."
Comments
Changeset: dae2226a Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2022-01-24 18:30:31 +0000 URL: https://git.openjdk.java.net/jdk/commit/dae2226a538f7156056d1f101fb5b4d1c6f72520
24-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7030 Date: 2022-01-11 15:25:37 +0000
11-01-2022