--- old/core/JemmyAWTInput/src/org/jemmy/image/NaturalImageComparator.java 2018-05-20 10:11:37.123389455 +0200 +++ new/core/JemmyAWTInput/src/org/jemmy/image/NaturalImageComparator.java 2018-05-20 10:11:37.072387899 +0200 @@ -55,9 +55,7 @@ * Meaningful values are between 0 and approx 1.733. 0 means colors should * be equal to pass the comparison, 1.733 (which is more than square root * of 3) means that comparison will be passed even if the colors are - * completely different. You could also use {@linkplain - * #findSensitivity(java.awt.image.BufferedImage, java.awt.image.BufferedImage) - * findSensitivity()} method to obtain necessary sensitivity value. + * completely different. */ public NaturalImageComparator(double sensitivity) { super(new MaxDistanceComparator(sensitivity));