< prev index next >

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

Print this page

        

*** 30,41 **** /** * * @author shura */ public interface Showable extends ControlInterface { ! /** ! * ! * @return ! */ @Shortcut public Show shower(); } --- 30,38 ---- /** * * @author shura */ public interface Showable extends ControlInterface { ! @Shortcut public Show shower(); }
< prev index next >