< prev index next >

core/JemmyCore/src/org/jemmy/interfaces/IntervalSelectable.java

Print this page

        

@@ -30,17 +30,11 @@
 /**
  *
  * @author shura
  */
 public interface IntervalSelectable extends CaretOwner {
-    /**
-     *
-     */
     public static final String SELECTION_ANCHOR_PROP_NAME="selection.anchor";
-    /**
-     *
-     * @return
-     */
+
     @Property(SELECTION_ANCHOR_PROP_NAME)
     public double anchor();
     public IntervalSelector caret();
 }
< prev index next >