jdk/src/java.desktop/windows/classes/sun/print/Win32PrintJob.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
--- a/jdk/src/java.desktop/windows/classes/sun/print/Win32PrintJob.java	Fri Sep 18 11:31:15 2015 -0700
+++ b/jdk/src/java.desktop/windows/classes/sun/print/Win32PrintJob.java	Sat Sep 19 15:45:59 2015 -0700
@@ -79,9 +79,9 @@
 
 public class Win32PrintJob implements CancelablePrintJob {
 
-    transient private Vector<PrintJobListener> jobListeners;
-    transient private Vector<PrintJobAttributeListener> attrListeners;
-    transient private Vector<PrintJobAttributeSet> listenedAttributeSets;
+    private transient Vector<PrintJobListener> jobListeners;
+    private transient Vector<PrintJobAttributeListener> attrListeners;
+    private transient Vector<PrintJobAttributeSet> listenedAttributeSets;
 
     private Win32PrintService service;
     private boolean fidelity;