--- old/core/JemmyCore/src/org/jemmy/lookup/ControlHierarchy.java 2018-05-20 10:12:02.974178334 +0200 +++ new/core/JemmyCore/src/org/jemmy/lookup/ControlHierarchy.java 2018-05-20 10:12:02.918176625 +0200 @@ -37,14 +37,9 @@ * List could contain any type of objects - not just CONTROL. * @param subParent - one of the elements in the hierarchy reflected by this lookup. * If null passed - first level children are expected. - * @return + * @return list of child control objects */ public List getChildren(Object subParent); - /** - * - * @param child - * @return - */ public Object getParent(Object child); }