--- old/src/java.desktop/share/classes/java/awt/geom/AffineTransform.java 2016-05-23 12:11:51.016456555 +0530 +++ new/src/java.desktop/share/classes/java/awt/geom/AffineTransform.java 2016-05-23 12:11:50.812354553 +0530 @@ -1161,7 +1161,8 @@ /** * Returns the X coordinate scaling element (m00) of the 3x3 - * affine transformation matrix. + * affine transformation matrix. However, this return value cannot be used + * to determine the amount by which X-coordinate is stretched or contracted. * @return a double value that is the X coordinate of the scaling * element of the affine transformation matrix. * @see #getMatrix @@ -1173,7 +1174,8 @@ /** * Returns the Y coordinate scaling element (m11) of the 3x3 - * affine transformation matrix. + * affine transformation matrix. However, this return value cannot be used + * to determine the amount by which Y-coordinate is stretched or contracted. * @return a double value that is the Y coordinate of the scaling * element of the affine transformation matrix. * @see #getMatrix