src/org/w3c/dom/NameList.java

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

@@ -46,11 +46,11 @@
  * collection of parallel pairs of name and namespace values (which could be
  * null values), without defining or constraining how this collection is
  * implemented. The items in the <code>NameList</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 NameList {
     /**
      *  Returns the <code>index</code>th name item in the collection.
      * @param index Index into the collection.