Skip to content

Commit 8c1ab38

Browse files
committed
8263766: Confusing specification of JEditorPaneAccessibleHypertextSupport constructor
Reviewed-by: azvegint, pbansal
1 parent 5bc382f commit 8c1ab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.desktop/share/classes/javax/swing/JEditorPane.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ private void buildLinkTable() {
20612061
}
20622062

20632063
/**
2064-
* Make one of these puppies
2064+
* Constructs a {@code JEditorPaneAccessibleHypertextSupport}.
20652065
*/
20662066
public JEditorPaneAccessibleHypertextSupport() {
20672067
hyperlinks = new LinkVector();

0 commit comments

Comments
 (0)