< prev index next >

core/JemmyCore/src/org/jemmy/image/pixel/RasterComparator.java

Print this page

        

@@ -29,18 +29,10 @@
 /**
  *
  * @author shura
  */
 public interface RasterComparator {
-    /**
-     *
-     * @param image1
-     * @param image2
-     * @return
-     */
+
     public boolean compare(Raster image1, Raster image2);
-    /**
-     *
-     * @return
-     */
+
     public String getID();
 }
< prev index next >