--- old/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java 2018-11-16 16:50:19.674911000 +0530 +++ new/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java 2018-11-16 16:50:19.190911000 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -56,8 +56,6 @@ * * JPEG * "New" JPEG-in-TIFF compression - * TIFF - * Technical Note #2 * * * ZLib --- old/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html 2018-11-16 16:50:20.574911000 +0530 +++ new/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html 2018-11-16 16:50:20.154911000 +0530 @@ -512,8 +512,6 @@ JPEG "New" JPEG-in-TIFF compression -TIFF -Technical Note #2 ZLib --- old/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java 2018-11-16 16:50:21.518911000 +0530 +++ new/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java 2018-11-16 16:50:21.070911000 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -893,8 +893,6 @@ /** * Constant specifying the "JPEGTables" tag. - * - * @see JPEG-in-TIFF compression */ public static final int TAG_JPEG_TABLES = 347;