8263766: Confusing specification of JEditorPaneAccessibleHypertextSupport constructor

Reviewed-by: azvegint, pbansal
This commit is contained in:
Prasanta Sadhukhan 2021-03-23 12:15:03 +00:00
parent 5bc382fb7a
commit 8c1ab38ee2

View File

@ -2061,7 +2061,7 @@ public class JEditorPane extends JTextComponent {
}
/**
* Make one of these puppies
* Constructs a {@code JEditorPaneAccessibleHypertextSupport}.
*/
public JEditorPaneAccessibleHypertextSupport() {
hyperlinks = new LinkVector();