--- 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