jdk/src/share/classes/javax/swing/text/AbstractDocument.java
changeset 21982 fd6e5fe509df
parent 21591 35320b590d9b
child 22574 7f8ce0c8c20a
child 23249 cc477ea79442
--- a/jdk/src/share/classes/javax/swing/text/AbstractDocument.java	Thu Dec 05 09:44:53 2013 +0100
+++ b/jdk/src/share/classes/javax/swing/text/AbstractDocument.java	Thu Dec 05 18:04:12 2013 +0400
@@ -804,7 +804,7 @@
      * returns will give better performance for situations where large
      * parts of the document are being scanned.  The following is an example
      * of using the partial return to access the entire document:
-     * <p>
+     *
      * <pre>
      * &nbsp; int nleft = doc.getDocumentLength();
      * &nbsp; Segment text = new Segment();