--- old/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java 2017-11-02 10:44:37.982058000 +0530 +++ new/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java 2017-11-02 10:44:37.589862000 +0530 @@ -56,7 +56,6 @@ * * * @since 9 - * @see TIFF 6.0 Specification */ public final class BaselineTIFFTagSet extends TIFFTagSet { @@ -201,7 +200,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 +207,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 +222,6 @@ * * @see #TAG_COMPRESSION * @see DEFLATE specification - * @see TIFF Specification Supplement 2 */ public static final int COMPRESSION_DEFLATE = 32946; @@ -303,7 +299,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 +893,6 @@ /** * Constant specifying the "JPEGTables" tag. * - * @see TIFF Specification Supplement 2 * @see JPEG-in-TIFF compression */ public static final int TAG_JPEG_TABLES = 347;