< prev index next >

src/java.desktop/share/classes/sun/swing/PrintingStatus.java

Print this page

        

@@ -38,11 +38,11 @@
 import java.lang.reflect.InvocationTargetException;
 
 /**
  * The {@code PrintingStatus} provides a dialog that displays progress
  * of the printing job and provides a way to abort it
- * <p/>
+ * <p>
  * Methods of these class are thread safe, although most Swing methods
  * are not. Please see
  * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
  * in Swing</A> for more information.
  *
< prev index next >