--- old/src/java.desktop/share/classes/java/awt/Component.java 2018-07-02 09:03:52.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/Component.java 2018-07-02 09:03:51.000000000 -0700 @@ -5945,7 +5945,8 @@ * {@code InputMethodRequests} instance. * If listener {@code l} is {@code null}, * no exception is thrown and no action is performed. - *

Refer to Refer to + * AWT Threading Issues for details on AWT's threading model. * * @param l the input method listener --- old/src/java.desktop/share/classes/java/awt/Shape.java 2018-07-02 09:03:57.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/Shape.java 2018-07-02 09:03:57.000000000 -0700 @@ -90,7 +90,8 @@ * representation. * *

- * Note that the + * Note that the + * * definition of insideness can lead to situations where points * on the defining outline of the {@code shape} may not be considered * contained in the returned {@code bounds} object, but only in cases @@ -135,7 +136,8 @@ * store the dimensions. * *

- * Note that the + * Note that the + * * definition of insideness can lead to situations where points * on the defining outline of the {@code shape} may not be considered * contained in the returned {@code bounds} object, but only in cases @@ -169,7 +171,7 @@ /** * Tests if the specified coordinates are inside the boundary of the * {@code Shape}, as described by the - * + * * definition of insideness. * @param x the specified X coordinate to be tested * @param y the specified Y coordinate to be tested @@ -183,7 +185,7 @@ /** * Tests if a specified {@link Point2D} is inside the boundary * of the {@code Shape}, as described by the - * + * * definition of insideness. * @param p the specified {@code Point2D} to be tested * @return {@code true} if the specified {@code Point2D} is --- old/src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java 2018-07-02 09:03:59.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java 2018-07-02 09:03:59.000000000 -0700 @@ -198,9 +198,7 @@ /** * A class representing a node in a meta-data tree, which implements - * the - * {@code org.w3c.dom.Element} interface and additionally allows + * the {@link Element org.w3c.dom.Element} interface and additionally allows * for the storage of non-textual objects via the * {@code getUserObject} and {@code setUserObject} methods. *