--- old/core/JemmyCore/src/org/jemmy/interfaces/Showable.java 2018-05-20 10:12:00.753110555 +0200 +++ new/core/JemmyCore/src/org/jemmy/interfaces/Showable.java 2018-05-20 10:12:00.696108815 +0200 @@ -32,10 +32,7 @@ * @author shura */ public interface Showable extends ControlInterface { - /** - * - * @return - */ + @Shortcut public Show shower(); }