src/windows/classes/sun/print/Win32PrintService.java

Print this page

        

*** 1583,1593 **** public AttributeSet getUnsupportedAttributes(DocFlavor flavor, AttributeSet attributes) { if (flavor != null && !isDocFlavorSupported(flavor)) { throw new IllegalArgumentException("flavor " + flavor + ! "is not supported"); } if (attributes == null) { return null; } --- 1583,1593 ---- public AttributeSet getUnsupportedAttributes(DocFlavor flavor, AttributeSet attributes) { if (flavor != null && !isDocFlavorSupported(flavor)) { throw new IllegalArgumentException("flavor " + flavor + ! " is not supported"); } if (attributes == null) { return null; }