--- a/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java Fri Nov 30 10:55:42 2018 +0530
+++ b/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java Fri Nov 30 17:14:48 2018 +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,12 +56,11 @@
* <tr>
* <td>JPEG</td>
* <td>"New" JPEG-in-TIFF compression</td>
- * <td><a href="ftp://ftp.sgi.com/graphics/tiff/TTN2.draft.txt">TIFF
- * Technical Note #2</a></td>
- * </tr>
+ * <td>TIFF Technical Note #2</td></tr>
* <tr>
* <td>ZLib</td>
* <td>"Deflate/Inflate" compression (see note following this table)</td>
+ * <td>Adobe Photoshop® TIFF Technical Notes</td>
* </tr>
* <tr>
* <td>PackBits</td>
--- a/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html Fri Nov 30 10:55:42 2018 +0530
+++ b/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html Fri Nov 30 17:14:48 2018 +0530
@@ -512,12 +512,11 @@
<tr>
<td>JPEG</td>
<td>"New" JPEG-in-TIFF compression</td>
-<td><a href="ftp://ftp.sgi.com/graphics/tiff/TTN2.draft.txt">TIFF
-Technical Note #2</a></td>
-</tr>
+<td>TIFF Technical Note #2</td></tr>
<tr>
<td>ZLib</td>
<td>"Deflate/Inflate" compression (see note following this table)</td>
+<td>Adobe Photoshop® TIFF Technical Notes</td>
</tr>
<tr>
<td>PackBits</td>
--- a/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java Fri Nov 30 10:55:42 2018 +0530
+++ b/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java Fri Nov 30 17:14:48 2018 +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
@@ -892,9 +892,8 @@
public static final int TAG_TRANSFER_RANGE = 342;
/**
- * Constant specifying the "JPEGTables" tag.
- *
- * @see <a href="ftp://ftp.sgi.com/graphics/tiff/TTN2.draft.txt">JPEG-in-TIFF compression</a>
+ * Constant specifying the "JPEGTables" tag for
+ * "New style" JPEG-in-TIFF compression.
*/
public static final int TAG_JPEG_TABLES = 347;