--- old/core/JemmyCore/src/org/jemmy/interfaces/TextInput.java 2018-05-20 10:12:01.192123952 +0200 +++ new/core/JemmyCore/src/org/jemmy/interfaces/TextInput.java 2018-05-20 10:12:01.144122487 +0200 @@ -30,13 +30,8 @@ * @author shura */ public interface TextInput { - /** - * - */ + public void clear(); - /** - * - * @param text - */ + public void type(String text); }