< prev index next >

core/JemmyCore/src/org/jemmy/lookup/Any.java

Print this page

        

@@ -24,25 +24,16 @@
  */
 package org.jemmy.lookup;
 
 /**
  * @author shura
- * @param <T>
  */
 public class Any<T> implements LookupCriteria<T> {
 
-    /**
-     *
-     */
     public Any() {
     }
 
-    /**
-     *
-     * @param control
-     * @return
-     */
     public boolean check(T control) {
         return true;
     }
 
 }
< prev index next >