< prev index next >

core/JemmyCore/src/org/jemmy/control/Property.java

Print this page

        

@@ -47,9 +47,9 @@
      *
      * @return a property name.
      */
     String value();
     /**
-     * Are the properties worth a waiter.
+     * @return are the properties worth a waiter.
      */
     boolean waitable() default false;
 }
< prev index next >