8038106: PIT: access problem to a PrinterJob on OS X
authorpchelko
Fri, 21 Mar 2014 21:56:50 +0400
changeset 23694 a9fbe9f081cb
parent 23693 0b8a5e89bac8
child 23695 3eb0829f4e08
8038106: PIT: access problem to a PrinterJob on OS X Reviewed-by: serb, anthony, azvegint
jdk/src/macosx/classes/sun/lwawt/macosx/CPrinterJob.java
--- a/jdk/src/macosx/classes/sun/lwawt/macosx/CPrinterJob.java	Fri Mar 21 21:47:51 2014 +0400
+++ b/jdk/src/macosx/classes/sun/lwawt/macosx/CPrinterJob.java	Fri Mar 21 21:56:50 2014 +0400
@@ -41,7 +41,7 @@
 import sun.java2d.*;
 import sun.print.*;
 
-final class CPrinterJob extends RasterPrinterJob {
+public final class CPrinterJob extends RasterPrinterJob {
     // NOTE: This uses RasterPrinterJob as a base, but it doesn't use
     // all of the RasterPrinterJob functions. RasterPrinterJob will
     // break down printing to pieces that aren't necessary under MacOSX