src/solaris/classes/sun/print/UnixPrintJob.java

Print this page

        

@@ -990,12 +990,12 @@
                         pw.println();
                         pw.append("\t\t").append(br.readLine());
                     }
                 } finally {
                     pw.flush();
-                    throw new IOException(sw.toString());
                 }
+                throw new IOException(sw.toString());
             }
         }
 
         public Object run() {
             if (spoolFile == null || !spoolFile.exists()) {