--- old/src/java.desktop/share/classes/javax/swing/package-info.java 2017-10-23 13:51:13.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/package-info.java 2017-10-23 13:51:13.000000000 -0700 @@ -32,7 +32,7 @@ * The Java Tutorial. For other resources, see * Related Documentation. * - *

Swing's Threading Policy

+ *

Swing's Threading Policy

* In general Swing is not thread safe. All Swing components and related * classes, unless otherwise documented, must be accessed on the event * dispatching thread. @@ -110,7 +110,7 @@ * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"> * Concurrency in Swing. * - *

Related Documentation

+ *

Related Documentation

* For overviews, tutorials, examples, guides, and other documentation, * please see: *