< prev index next >

core/JemmyAWTInput/src/org/jemmy/image/RoughImageComparator.java

Print this page

        

@@ -27,11 +27,12 @@
 import org.jemmy.image.pixel.PixelEqualityRasterComparator;
 
 /**
  * Compares two images roughly (i.e. not all of the pixel colors should match).
  *
- * @author Alexandre Iline (alexandre.iline@sun.com), KAM <mrkam@mail.ru>
+ * @author shura
+ * @author mrkam
  */
 public class RoughImageComparator extends BufferedImageComparator {
 
     /**
      * Creates a comparator with
< prev index next >