--- old/core/JemmyCore/src/org/jemmy/operators/ScreenRectangle.java 2018-05-20 10:12:05.471254537 +0200 +++ new/core/JemmyCore/src/org/jemmy/operators/ScreenRectangle.java 2018-05-20 10:12:05.410252675 +0200 @@ -37,19 +37,10 @@ */ public class ScreenRectangle extends Wrap { - /** - * - * @param env - * @param rect - */ public ScreenRectangle(Environment env, Rectangle rect) { super(env, rect); } - /** - * - * @return - */ public Rectangle getScreenBounds() { return getControl(); }