Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -169,8 +169,11 @@ public abstract class PrinterJob
|
||||
/**
|
||||
* Prints the page with given attributes.
|
||||
*/
|
||||
public abstract void print (PrintRequestAttributeSet attributes)
|
||||
throws PrinterException;
|
||||
public void print (PrintRequestAttributeSet attributes)
|
||||
throws PrinterException
|
||||
{
|
||||
print ();
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays a dialog box to the user which allows the print job
|
||||
|
||||
Reference in New Issue
Block a user