src/share/classes/sun/print/PSPrinterJob.java

Print this page

        

*** 685,694 **** --- 685,695 ---- } } // Inner class to run "privileged" to invoke the system print command + @SuppressWarnings("finally") // Exception always thrown in finally block private class PrinterSpooler implements java.security.PrivilegedAction { PrinterException pex; private void handleProcessFailure(final Process failedProcess, final String[] execCmd, final int result) throws IOException {