--- old/core/JemmyAWTInput/src/org/jemmy/image/RoughImageFinder.java 2018-05-20 10:11:38.263424245 +0200 +++ new/core/JemmyAWTInput/src/org/jemmy/image/RoughImageFinder.java 2018-05-20 10:11:38.207422536 +0200 @@ -30,7 +30,7 @@ /** * Performs "rough" image search. * - * @author Alexandre Iline (alexandre.iline@sun.com) + * @author shura */ public class RoughImageFinder implements ImageFinder { double roughness = .0; @@ -60,7 +60,7 @@ * @param image an image to search. * @param index an ordinal image location index. * @return Point where number of unmatching pixels less or equal to - * image1.getWidth() * image1.getHeight() * roughness + * image1.getWidth() * image1.getHeight() * roughness */ public Point findImage(BufferedImage image, int index) { int smallWidth = image.getWidth();