jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java
changeset 32865 f9cb6e427f9e
parent 27282 61ec4e8769b6
child 33860 f75ee0470f4b
--- a/jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java	Fri Sep 18 11:31:15 2015 -0700
+++ b/jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java	Sat Sep 19 15:45:59 2015 -0700
@@ -83,7 +83,7 @@
     private String printer;
     private URI    myURI;
     private URL    myURL;
-    transient private ServiceNotifier notifier = null;
+    private transient ServiceNotifier notifier = null;
 
     private static int MAXCOPIES = 1000;
     private static short MAX_ATTRIBUTE_LENGTH = 255;