--- old/src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html 2019-06-06 23:59:07.859294998 +0530 +++ new/src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html 2019-06-06 23:59:07.459294998 +0530 @@ -65,12 +65,12 @@ awt.font.desktophints -java.util.Map +java.util.Map Font smoothing (text antialiasing) settings. sun.awt.enableExtraMouseButtons -java.lang.Boolean +java.lang.Boolean Controls if mouse events from extra buttons are to be generated or not --- old/src/java.desktop/share/classes/java/awt/Font.java 2019-06-06 23:59:08.871294998 +0530 +++ new/src/java.desktop/share/classes/java/awt/Font.java 2019-06-06 23:59:08.495294998 +0530 @@ -2145,7 +2145,7 @@ * character. * *

Note: This method cannot handle supplementary + * href="../../../java.base/java/lang/Character.html#supplementary"> supplementary * characters. To support all Unicode characters, including * supplementary characters, use the {@link #canDisplay(int)} * method or {@code canDisplayUpTo} methods. --- old/src/java.desktop/share/classes/java/awt/FontMetrics.java 2019-06-06 23:59:09.935294998 +0530 +++ new/src/java.desktop/share/classes/java/awt/FontMetrics.java 2019-06-06 23:59:09.591294998 +0530 @@ -317,7 +317,7 @@ * of its characters. * *

Note: This method cannot handle supplementary + * href="../../../java.base/java/lang/Character.html#supplementary"> supplementary * characters. To support all Unicode characters, including * supplementary characters, use the {@link #charWidth(int)} method. * --- old/src/java.desktop/share/classes/javax/print/DocFlavor.java 2019-06-06 23:59:10.967294998 +0530 +++ new/src/java.desktop/share/classes/javax/print/DocFlavor.java 2019-06-06 23:59:10.599294998 +0530 @@ -44,7 +44,7 @@ * the IANA MIME-preferred name, or its canonical name if no preferred name is * specified. Additionally a few historical names supported by earlier * versions of the Java platform may be recognized. See - * character encodings + * character encodings * for more information on the character encodings supported on the Java * platform. *

  • Representation class name. This specifies the fully-qualified --- old/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html 2019-06-06 23:59:12.187294998 +0530 +++ new/src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html 2019-06-06 23:59:11.775294998 +0530 @@ -191,7 +191,7 @@ with the ICC profile-based color space, then a second ImageTypeSpecifier derived from this inferred color space will be included in the -Iterator returned by +Iterator returned by ImageReader.getImageTypes. If the iterator contains more than one type, the first one will be based on the ICC profile and the second on the inferred color space.

    --- old/src/java.desktop/share/classes/javax/print/attribute/package-info.java 2019-06-06 23:59:13.335294998 +0530 +++ new/src/java.desktop/share/classes/javax/print/attribute/package-info.java 2019-06-06 23:59:12.899294998 +0530 @@ -137,7 +137,7 @@ * AttributeSet interface. *

    * The {@code AttributeSet} interface is similar to the - * Map interface: it provides a map of + * Map interface: it provides a map of * key to values, in which each key is unique and can contain no more than one * value. However, the {@code AttributeSet} interface is designed to * specifically support the needs of the Java Print Service API. An