--- old/core/JemmyCore/src/org/jemmy/interfaces/Selectable.java 2018-05-20 10:12:00.320097341 +0200 +++ new/core/JemmyCore/src/org/jemmy/interfaces/Selectable.java 2018-05-20 10:12:00.265095662 +0200 @@ -31,14 +31,11 @@ /** * Interface for a control with one selected state among the number of them. - * @param - * @author shura, KAM + * @author shura + * @author mrkam */ public interface Selectable extends TypeControlInterface { - /** - * - */ public static final String STATES_PROP_NAME = "states"; public static final String STATE_PROP_NAME = "state";