-
CSR
-
Resolution: Approved
-
P3
-
None
-
minimal
-
No behavior change - specification only so minimal risk
-
Java API
-
SE
Summary
Wording of constructor of javax/swing/JEditorPane/JEditorPane.JEditorPaneAccessibleHypertextSupport is wrong which needs to be corrected.
Problem
Wording of constructor of javax/swing/JEditorPane/JEditorPane.JEditorPaneAccessibleHypertextSupport is wrong which needs to be corrected.
Solution
Updated javadoc of JEditorPaneAccessibleHypertextSupport constructor.
Specification
/**
- * Make one of these puppies
+ * Constructs a {@code JEditorPaneAccessibleHypertextSupport}.
*/
public JEditorPaneAccessibleHypertextSupport() {
- csr of
-
JDK-8263766 Confusing specification of JEditorPaneAccessibleHypertextSupport constructor
-
- Resolved
-