提交 7cffa129 编写于 作者: J jviswana

8004316: Printer - tempfile having incorrect extension

Reviewed-by: bae, jgodinez
上级 76169d44
...@@ -939,7 +939,7 @@ public class UnixPrintJob implements CancelablePrintJob { ...@@ -939,7 +939,7 @@ public class UnixPrintJob implements CancelablePrintJob {
* is not removed for some reason, request that it is * is not removed for some reason, request that it is
* removed when the VM exits. * removed when the VM exits.
*/ */
spoolFile = Files.createTempFile("javaprint", ".ps").toFile(); spoolFile = Files.createTempFile("javaprint", "").toFile();
spoolFile.deleteOnExit(); spoolFile.deleteOnExit();
} }
result = new FileOutputStream(spoolFile); result = new FileOutputStream(spoolFile);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册