changeset 17202:e7ede182f86f

8181640: Spelling mistake in javadoc javax.swing.JEditorPane.scrollToReference(String) Reviewed-by: serb
author psadhukhan
date Tue, 06 Jun 2017 11:56:01 +0530
parents 510301a824d4
children 92d4889c9b57
files src/java.desktop/share/classes/javax/swing/JEditorPane.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.desktop/share/classes/javax/swing/JEditorPane.java	Tue Jun 06 11:11:12 2017 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JEditorPane.java	Tue Jun 06 11:56:01 2017 +0530
@@ -812,7 +812,7 @@
 
     /**
      * Scrolls the view to the given reference location
-     * (that is, the value returned by the <code>UL.getRef</code>
+     * (that is, the value returned by the <code>URL.getRef</code>
      * method for the URL being displayed).  By default, this
      * method only knows how to locate a reference in an
      * HTMLDocument.  The implementation calls the