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

Print this page

        

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