Hi All,Please review a fix in jdk9 doc whereby the sample code given in the doc is not compilable
Bug: https://bugs.openjdk.java.net/browse/JDK-4957035 webrev: http://cr.openjdk.java.net/~psadhukhan/4957035/webrev.00/
MediaSize class has no public attribute A4 so using MediaSize.A4 is not compilable.
Fix is to use MediaSizeName.ISO_A4. Regards Prasanta