--- old/src/java.desktop/share/classes/java/awt/print/PrinterJob.java 2016-09-29 15:04:20.018121900 +0530 +++ new/src/java.desktop/share/classes/java/awt/print/PrinterJob.java 2016-09-29 15:04:19.444507200 +0530 @@ -510,6 +510,10 @@ /** * Prints a set of pages. + * If {@code print(PrintRequestAttributeSet attributes)} is called before + * this method for the same PrinterJob, it is expected to use/carryover the + * same attributes set passed to + * {@code print(PrintRequestAttributeSet attributes)} * @exception PrinterException an error in the print system * caused the job to be aborted. * @see Book