提交 bc00f21e 编写于 作者: J jgodinez

6604109: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups

Reviewed-by: bae, prr
上级 a79c345e
......@@ -189,7 +189,7 @@ public class UnixPrintServiceLookup extends PrintServiceLookup
if (printServices == null) {
return new PrintService[0];
} else {
return printServices;
return (PrintService[])printServices.clone();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册