< prev index next >

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

Print this page

        

@@ -28,15 +28,10 @@
 /**
  *
  * @author shura
  */
 public interface TextInput {
-    /**
-     *
-     */
+
     public void clear();
-    /**
-     *
-     * @param text
-     */
+
     public void type(String text);
 }
< prev index next >