< prev index next >

core/JemmyCore/src/org/jemmy/lookup/ControlList.java

Print this page

        

*** 30,40 **** /** * * @author shura */ public interface ControlList { ! /** ! * ! * @return ! */ public List<?> getControls(); } --- 30,37 ---- /** * * @author shura */ public interface ControlList { ! public List<?> getControls(); }
< prev index next >