< prev index next >

src/java.desktop/share/classes/javax/print/event/PrintJobAttributeListener.java

Print this page

        

@@ -36,11 +36,11 @@
     /**
      * Notifies the listener of a change in some print job attributes.
      * One example of an occurrence triggering this event is if the
      * {@link javax.print.attribute.standard.JobState JobState}
      * attribute changed from
-     * <code>PROCESSING</code> to <code>PROCESSING_STOPPED</code>.
+     * {@code PROCESSING} to {@code PROCESSING_STOPPED}.
      * @param pjae the event.
      */
     public void attributeUpdate(PrintJobAttributeEvent pjae) ;
 
 }
< prev index next >