--- old/src/java.desktop/share/classes/javax/print/DocFlavor.java 2017-09-03 00:46:48.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/print/DocFlavor.java 2017-09-03 00:46:48.000000000 -0700 @@ -175,21 +175,21 @@ * MIME-Types and their descriptions * * - * MIME-Type - * Description + * MIME-Type + * Description * * * - * {@code "text/plain"} + * {@code "text/plain"} * Plain text in the default character set (US-ASCII) * - * "text/plain; charset=xxx" + * "text/plain; charset=xxx" * Plain text in character set xxx * - * {@code "text/html"} + * {@code "text/html"} * HyperText Markup Language in the default character set (US-ASCII) * - * "text/html; charset=xxx" + * "text/html; charset=xxx" * HyperText Markup Language in character set xxx * * @@ -201,18 +201,18 @@ * MIME-Types and their descriptions * * - * MIME-Type - * Description + * MIME-Type + * Description * * * - * {@code "application/pdf"} + * {@code "application/pdf"} * Portable Document Format document * - * {@code "application/postscript"} + * {@code "application/postscript"} * PostScript document * - * {@code "application/vnd.hp-PCL"} + * {@code "application/vnd.hp-PCL"} * Printer Control Language document * * @@ -223,18 +223,18 @@ * MIME-Types and their descriptions * * - * MIME-Type - * Description + * MIME-Type + * Description * * * - * {@code "image/gif"} + * {@code "image/gif"} * Graphics Interchange Format image * - * {@code "image/jpeg"} + * {@code "image/jpeg"} * Joint Photographic Experts Group image * - * {@code "image/png"} + * {@code "image/png"} * Portable Network Graphics image * * @@ -245,12 +245,12 @@ * MIME-Types and their descriptions * * - * MIME-Type - * Description + * MIME-Type + * Description * * * - * {@code "application/octet-stream"} + * {@code "application/octet-stream"} * The print data format is unspecified (just an octet stream) * *