changeset 21982 | fd6e5fe509df |
parent 21278 | ef8a3a2a72f2 |
child 22260 | c9185e010e03 |
--- a/jdk/src/share/classes/javax/swing/text/Document.java Thu Dec 05 09:44:53 2013 +0100 +++ b/jdk/src/share/classes/javax/swing/text/Document.java Thu Dec 05 18:04:12 2013 +0400 @@ -354,7 +354,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><code> * * int nleft = doc.getDocumentLength();