提交 8f3fbffd 编写于 作者: J jgodinez

8021835: Fix for 8016343 will not compile on Windows.

Reviewed-by: jchen, prr
上级 ac6c5f9d
......@@ -473,9 +473,6 @@ public class PSPrinterJob extends RasterPrinterJob {
PrintService pServ = getPrintService();
if (pServ != null) {
mDestination = pServ.getName();
if (UnixPrintServiceLookup.isMac()) {
mDestination = ((IPPPrintService)pServ).getDest();
}
}
}
}
......@@ -774,9 +771,6 @@ public class PSPrinterJob extends RasterPrinterJob {
PrintService pServ = getPrintService();
if (pServ != null) {
mDestination = pServ.getName();
if (UnixPrintServiceLookup.isMac()) {
mDestination = ((IPPPrintService)pServ).getDest();
}
}
PrinterSpooler spooler = new PrinterSpooler();
java.security.AccessController.doPrivileged(spooler);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册