< prev index next >

core/JemmyCore/src/org/jemmy/interfaces/MenuSelectable.java

Print this page

        

@@ -27,14 +27,13 @@
 import org.jemmy.lookup.LookupCriteria;
 
 /**
  * Represents a hierarchical structure in which elements not only could be
  * selected but also "pushes", which is an action typically performed with
- * menu.<br/>
+ * menu.
  *
  * @author erikgreijus
- * @param <T>
  */
 public interface MenuSelectable<T> extends Menu<T> {
 
     /**
      * Ensures state of a menu item conforming to the criteria. That would mean
< prev index next >