< prev index next >

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

Print this page

        

@@ -35,12 +35,12 @@
 import org.jemmy.interfaces.ControlInterface;
 import org.jemmy.interfaces.Focusable;
 
 /**
  *
- * @author shura, erikgreijus
- * @param <T>
+ * @author shura
+ * @author erikgreijus
  */
 @ControlType(Text.class)
 public class TextWrap<T extends Text> extends ControlWrap<T> implements Focusable {
 
     class FocusableSelectionText extends SelectionText implements Focusable {
< prev index next >