--- old/core/JemmyCore/src/org/jemmy/interfaces/Text.java 2018-05-20 10:12:00.992117849 +0200 +++ new/core/JemmyCore/src/org/jemmy/interfaces/Text.java 2018-05-20 10:12:00.939116231 +0200 @@ -34,7 +34,8 @@ public interface Text extends Label { /** * Supposed to type a new value from current position. - * @param newText + * + * @param newText the text to be set */ @Shortcut public void type(String newText);