< prev index next >

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

Print this page

        

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