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

Print this page

        

@@ -685,10 +685,11 @@
         }
     }
 
     // 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 {