--- old/core/JemmyCore/src/org/jemmy/lookup/CoordinateLookup.java 2018-05-20 10:12:03.443192647 +0200 +++ new/core/JemmyCore/src/org/jemmy/lookup/CoordinateLookup.java 2018-05-20 10:12:03.385190877 +0200 @@ -31,7 +31,7 @@ * the given rectangle. The way to determine bounds of any control is * implemented by the child class in @{@linkplain #getBounds(java.lang.Object)} * method. - * @param + * * @author shura */ public abstract class CoordinateLookup implements LookupCriteria{ @@ -56,7 +56,7 @@ /** * - * @param control + * @param control todo document * @return logical bounds for the control that has to be inside the given * rectangle to match the lookup */