< prev index next >

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

Print this page

        

@@ -43,12 +43,12 @@
 import org.jemmy.interfaces.Focusable;
 import org.jemmy.interfaces.PopupOwner;
 
 /**
  *
- * @author shura, erikgreijus
- * @param <T>
+ * @author shura
+ * @author erikgreijus
  */
 @ControlType(org.eclipse.swt.widgets.Control.class)
 public class ControlWrap<T extends org.eclipse.swt.widgets.Control> extends Wrap<T> implements Focusable {
 
     protected ClickFocus focuser;
< prev index next >