--- old/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java 2017-11-03 12:22:22.387189913 +0530 +++ new/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java 2017-11-03 12:22:22.023189913 +0530 @@ -56,7 +56,7 @@ * * * @since 9 - * @see TIFF 6.0 Specification + * @see TIFF 6.0 Specification */ public final class BaselineTIFFTagSet extends TIFFTagSet { @@ -201,7 +201,6 @@ * A value to be used with the "Compression" tag. * * @see #TAG_COMPRESSION - * @see TIFF Specification Supplement 2 */ public static final int COMPRESSION_JPEG = 7; @@ -209,7 +208,6 @@ * A value to be used with the "Compression" tag. * * @see #TAG_COMPRESSION - * @see TIFF Specification Supplement 2 */ public static final int COMPRESSION_ZLIB = 8; @@ -225,7 +223,6 @@ * * @see #TAG_COMPRESSION * @see DEFLATE specification - * @see TIFF Specification Supplement 2 */ public static final int COMPRESSION_DEFLATE = 32946; @@ -303,7 +300,6 @@ * A value to be used with the "PhotometricInterpretation" tag. * * @see #TAG_PHOTOMETRIC_INTERPRETATION - * @see TIFF Specification Supplement 1 */ public static final int PHOTOMETRIC_INTERPRETATION_ICCLAB = 9; @@ -898,7 +894,6 @@ /** * Constant specifying the "JPEGTables" tag. * - * @see TIFF Specification Supplement 2 * @see JPEG-in-TIFF compression */ public static final int TAG_JPEG_TABLES = 347; --- old/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html 2017-11-03 12:22:23.159189913 +0530 +++ new/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html 2017-11-03 12:22:22.763189913 +0530 @@ -539,8 +539,6 @@ ZLib "Deflate/Inflate" compression (see note following this table) - -Adobe Photoshop® TIFF Technical Notes (PDF) PackBits --- old/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java 2017-11-03 12:22:23.879189913 +0530 +++ new/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java 2017-11-03 12:22:23.507189913 +0530 @@ -62,8 +62,6 @@ * * ZLib * "Deflate/Inflate" compression (see note following this table) - * - * Adobe Photoshop® TIFF Technical Notes (PDF) * * * PackBits