< prev index next >

SWT/JemmySWT/src/org/jemmy/swt/ToolBarWrap.java

Print this page

        

@@ -39,12 +39,12 @@
 import org.jemmy.interfaces.TypeControlInterface;
 import org.jemmy.lookup.Lookup;
 
 /**
  *
- * @author shura, erikgreijus
- * @param <T>
+ * @author shura
+ * @author erikgreijus
  */
 @ControlType(ToolBar.class)
 public class ToolBarWrap<T extends ToolBar> extends ControlWrap<T> implements Selectable<String> {
 
     private ItemParent<ToolItem> items;
< prev index next >