mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-29 08:05:14 +00:00
8034239: PrintServiceLookup.lookupPrintServices() returns different amount of services in comparison with lpstat -v
Reviewed-by: prr, jgodinez
This commit is contained in:
parent
ddd9185c51
commit
6c2df09dd9
@ -929,6 +929,7 @@ public class IPPPrintService implements PrintService, SunPrinterJobService {
|
||||
DocFlavor[] flavor = new DocFlavor[2];
|
||||
flavor[0] = DocFlavor.SERVICE_FORMATTED.PAGEABLE;
|
||||
flavor[1] = DocFlavor.SERVICE_FORMATTED.PRINTABLE;
|
||||
supportedDocFlavors = flavor;
|
||||
return flavor;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user