--- old/src/java.desktop/share/classes/sun/swing/PrintingStatus.java 2015-06-03 15:08:37.619625615 +0400 +++ new/src/java.desktop/share/classes/sun/swing/PrintingStatus.java 2015-06-03 15:08:37.403625615 +0400 @@ -40,7 +40,7 @@ /** * The {@code PrintingStatus} provides a dialog that displays progress * of the printing job and provides a way to abort it - *

+ *

* Methods of these class are thread safe, although most Swing methods * are not. Please see * Concurrency