src/share/classes/java/awt/print/PrinterJob.java

Print this page

        

@@ -544,11 +544,10 @@
      * <p>
      * These behaviours allow an application to directly pass the
      * user settings returned from
      * <code>printDialog(PrintRequestAttributeSet attributes</code> to
      * this print() method.
-     * <p>
      *
      * @param attributes a set of attributes for the job
      * @exception PrinterException an error in the print system
      *            caused the job to be aborted.
      * @see Book