src/org/w3c/dom/DOMStringList.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

@@ -46,11 +46,11 @@
  * ordered collection of <code>DOMString</code> values, without defining or
  * constraining how this collection is implemented. The items in the
  * <code>DOMStringList</code> are accessible via an integral index, starting
  * from 0.
  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
- * @since DOM Level 3
+ * @since 1.5, DOM Level 3
  */
 public interface DOMStringList {
     /**
      *  Returns the <code>index</code>th item in the collection. If
      * <code>index</code> is greater than or equal to the number of