Hi Jay, The change looks good to me.
Regards, Ambarish From: Jayathirth D V Sent: Friday, January 20, 2017 12:33 PM To: 2d-dev@openjdk.java.net Subject: [OpenJDK 2D-Dev] [9] RFR JDK-8173064: Unexpected <body> tag in javax/imageio/plugins/tiff/package.html Hello All, Please review the following fix in JDK9 : Bug : https://bugs.openjdk.java.net/browse/JDK-8173064 Webrev : http://cr.openjdk.java.net/~jdv/8173064/webrev.00/ Html : http://cr.openjdk.java.net/~jdv/8173064/package.html Issue : There was extra <body> tag present in package.html which will cause problems in html documentation. Solution : Removed the extra <body> tag. Thanks, Jay