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

Print this page

        

*** 308,319 **** } else { printing = true; } } ! if ((PrinterIsAcceptingJobs)(service.getAttribute( ! PrinterIsAcceptingJobs.class)) == PrinterIsAcceptingJobs.NOT_ACCEPTING_JOBS) { throw new PrintException("Printer is not accepting job."); } this.doc = doc; --- 308,318 ---- } else { printing = true; } } ! if ((service.getAttribute(PrinterIsAcceptingJobs.class)) == PrinterIsAcceptingJobs.NOT_ACCEPTING_JOBS) { throw new PrintException("Printer is not accepting job."); } this.doc = doc;