< prev index next >

core/JemmyCore/src/org/jemmy/image/ImageComparator.java

Print this page

        

@@ -26,11 +26,11 @@
 package org.jemmy.image;
 
 /**
  * Interface for all classes performing image comparison.
  *
- * @author Alexandre Iline (alexandre.iline@sun.com)
+ * @author shura
  */
 public interface ImageComparator {
 
     /**
      * Checks if images are the same according to whatever comparison logic is used.

@@ -41,9 +41,9 @@
     public Image compare(Image image1, Image image2);
 
     /**
      * A string qualifying an image comparison algorithm. To be used in logs and
      * tools.
-     * @return
+     * @return todo document
      */
     public String getID();
 }
< prev index next >