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

* This method is thread-safe, although most Swing methods are not. Please * see - * How to Use Threads for more information. + * HREF="http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html"> + * Concurrency in Swing for more information. * *

* Sample Usage. This code snippet shows a cross-platform print @@ -2471,8 +2471,8 @@ *

* This method is thread-safe, although most Swing methods are not. Please * see - * How to Use Threads for more information. + * HREF="http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html"> + * Concurrency in Swing for more information. * *

* The returned {@code Printable} can be printed on any thread.