--- old/core/JemmyCore/src/org/jemmy/control/Property.java 2018-05-20 10:11:45.660649984 +0200 +++ new/core/JemmyCore/src/org/jemmy/control/Property.java 2018-05-20 10:11:45.604648275 +0200 @@ -49,7 +49,7 @@ */ String value(); /** - * Are the properties worth a waiter. + * @return are the properties worth a waiter. */ boolean waitable() default false; }