< prev index next >

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

Print this page

        

@@ -28,11 +28,11 @@
 import org.jemmy.lookup.LookupCriteria;
 
 /**
  * Represents a hierarchical structure (hence extending TreeSelector) in which
  * elements not only could be selected but also "pushes", which is an action
- * typically performed with menu.<br/>
+ * typically performed with menu.
  * @author shura
  * @see MenuOwner
  */
 public interface Menu<T> extends TreeSelector<T>{
 
< prev index next >