jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java
changeset 32865 f9cb6e427f9e
parent 27282 61ec4e8769b6
child 33860 f75ee0470f4b
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    81     }
    81     }
    82 
    82 
    83     private String printer;
    83     private String printer;
    84     private URI    myURI;
    84     private URI    myURI;
    85     private URL    myURL;
    85     private URL    myURL;
    86     transient private ServiceNotifier notifier = null;
    86     private transient ServiceNotifier notifier = null;
    87 
    87 
    88     private static int MAXCOPIES = 1000;
    88     private static int MAXCOPIES = 1000;
    89     private static short MAX_ATTRIBUTE_LENGTH = 255;
    89     private static short MAX_ATTRIBUTE_LENGTH = 255;
    90 
    90 
    91     private CUPSPrinter cps;
    91     private CUPSPrinter cps;