< prev index next >

jaxp/src/java.xml/share/classes/org/w3c/dom/ranges/Range.java

Print this page

        

@@ -45,11 +45,11 @@
 import org.w3c.dom.DOMException;
 import org.w3c.dom.DocumentFragment;
 
 /**
  * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
- * @since 1.9, DOM Level 2
+ * @since 9, DOM Level 2
  */
 public interface Range {
     /**
      * Node within which the Range begins
      * @exception DOMException
< prev index next >