diff -r 303a387c2ebc -r 8d1ca7d93fb2 jdk/src/share/classes/javax/swing/text/DefaultStyledDocument.java --- a/jdk/src/share/classes/javax/swing/text/DefaultStyledDocument.java Fri Aug 12 15:53:29 2011 +0400 +++ b/jdk/src/share/classes/javax/swing/text/DefaultStyledDocument.java Wed Aug 17 19:35:09 2011 +0400 @@ -173,8 +173,8 @@ *

* This method is thread safe, although most Swing methods * are not. Please see - * How - * to Use Threads for more information. + * Concurrency + * in Swing for more information. * * @param offset the starting offset >= 0 * @param data the element data @@ -426,8 +426,8 @@ *

* This method is thread safe, although most Swing methods * are not. Please see - * How - * to Use Threads for more information. + * Concurrency + * in Swing for more information. * * @param pos the offset from the start of the document >= 0 * @param s the logical style to assign to the paragraph, null if none @@ -483,8 +483,8 @@ *

* This method is thread safe, although most Swing methods * are not. Please see - * How - * to Use Threads for more information. + * Concurrency + * in Swing for more information. * * @param offset the offset in the document >= 0 * @param length the length >= 0 @@ -536,8 +536,8 @@ *

* This method is thread safe, although most Swing methods * are not. Please see - * How - * to Use Threads for more information. + * Concurrency + * in Swing for more information. * * @param offset the offset into the paragraph >= 0 * @param length the number of characters affected >= 0