< prev index next >

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

Print this page

        

@@ -34,10 +34,10 @@
 
 public interface Label extends ControlInterface {
     /**
      * Returns the currently displayed text.
      * TODO: Wrap.waitText
-     * @return
+     * @return the currently displayed text
      */
     @Property(Wrap.TEXT_PROP_NAME)
     public String text();
 }
< prev index next >