diff --git a/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java b/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java
index 67490a82369..a012ac990fd 100644
--- a/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java
+++ b/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java
@@ -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 @@ import javax.imageio.ImageWriteParam;
*
* | JPEG |
* "New" JPEG-in-TIFF compression |
- * TIFF
- * Technical Note #2 |
- *
+ * TIFF Technical Note #2 |
*
* | ZLib |
* "Deflate/Inflate" compression (see note following this table) |
+ * Adobe Photoshop® TIFF Technical Notes |
*
*
* | PackBits |
diff --git a/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html b/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html
index 4c9852919bd..f88555f7881 100644
--- a/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html
+++ b/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html
@@ -512,12 +512,11 @@ supported compression types is listed in the following table:
| JPEG |
"New" JPEG-in-TIFF compression |
-TIFF
-Technical Note #2 |
-
+TIFF Technical Note #2 |
| ZLib |
"Deflate/Inflate" compression (see note following this table) |
+Adobe Photoshop® TIFF Technical Notes |
| PackBits |
diff --git a/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java b/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java
index 598f95ee807..0932b4c2c89 100644
--- a/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java
+++ b/src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java
@@ -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 final class BaselineTIFFTagSet extends TIFFTagSet {
public static final int TAG_TRANSFER_RANGE = 342;
/**
- * Constant specifying the "JPEGTables" tag.
- *
- * @see JPEG-in-TIFF compression
+ * Constant specifying the "JPEGTables" tag for
+ * "New style" JPEG-in-TIFF compression.
*/
public static final int TAG_JPEG_TABLES = 347;