--- old/core/JemmyCore/src/org/jemmy/control/SelectorImpl.java 2018-05-20 10:11:46.100663411 +0200 +++ new/core/JemmyCore/src/org/jemmy/control/SelectorImpl.java 2018-05-20 10:11:46.045661733 +0200 @@ -31,9 +31,6 @@ import org.jemmy.timing.State; /** - * - * @param - * @param * @author shura */ public class SelectorImpl implements Selector { @@ -41,21 +38,11 @@ Wrap target; Selectable selectable; - /** - * - * @param target - * @param selectable - */ public SelectorImpl(Wrap target, Selectable selectable) { this.target = target; this.selectable = selectable; } - /** - * - * @param state - */ - @SuppressWarnings("unchecked") public void select(final STATE state) { if (target.is(Showable.class)) { target.as(Showable.class).shower().show();